From 6412bcd2219d2a5c1f8193d8f394ddb1279dee2b Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 11 Sep 2020 09:44:49 +0200 Subject: Fix xmlhttprequest autotest after HTTP/2 changes in qtbase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I32029f4f70da909b0b0d088899ac0c3138454792 Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Timur Pocheptsov --- tests/auto/qml/qqmlxmlhttprequest/data/send_data.6.expect | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/auto/qml/qqmlxmlhttprequest/data/send_data.6.expect') diff --git a/tests/auto/qml/qqmlxmlhttprequest/data/send_data.6.expect b/tests/auto/qml/qqmlxmlhttprequest/data/send_data.6.expect index 160bc35fda..2b60a6db86 100644 --- a/tests/auto/qml/qqmlxmlhttprequest/data/send_data.6.expect +++ b/tests/auto/qml/qqmlxmlhttprequest/data/send_data.6.expect @@ -1,10 +1,12 @@ PUT /testdocument.html HTTP/1.1 Accept-Language: en-US Content-Type: text/plain;charset=UTF-8 -Content-Length: 12 -Connection: Keep-Alive +Content-Length: 13 +Connection: Keep-Alive, Upgrade, HTTP2-Settings +Upgrade: h2c +HTTP2-Settings: {{Ignore}} Accept-Encoding: {{Ignore}} User-Agent: Mozilla/5.0 Host: {{ServerHostUrl}} -My Sent Data \ No newline at end of file +My Sent Data -- cgit v1.2.3