qt5base-lts/tests/auto/network/access/http2
Timur Pocheptsov b5995afc79 Fix http2 auto-test
After it started to fail (somehow it's only OpenSUSE 42.1) again and again
and after a quick re-evaluation it appears the logic testing SETTINGS|ACK
is incorrect. We (client side) start by sending the preface and then
continue to send our request(s). The other side (server) starts from sending its
SETTINGS frame. These settings must be ACKed, but apparently it can happen,
that server receives a requests and sends a reply before it receives SETTINGS|ACK,
resulting in replyFinished (replyFinishedWithError) signal and event loop stopping.
As a result - QVERIFY(serverGotSettingsACK) fails.

Task-number: QTBUG-58758
Change-Id: I8184cf459b2b88f70c646171e0115c184237fad1
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2017-02-15 14:11:19 +00:00
..
certs HTTP2 - autotest 2016-07-14 10:20:36 +00:00
http2.pro Enable cleartext HTTP/2 and bring the auto-test back to life 2016-08-11 15:38:20 +00:00
http2srv.cpp HTTP/2 - fix handling of GOAWAY frame 2017-01-11 10:39:43 +00:00
http2srv.h HTTP/2 - fix handling of GOAWAY frame 2017-01-11 10:39:43 +00:00
tst_http2.cpp Fix http2 auto-test 2017-02-15 14:11:19 +00:00