Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.4.0
-
-
5
-
bb34c6fa6 (dev), cdfeca26c (dev), 02abe2152 (6.7), e47089a0e (dev)
-
Foundation Sprint 100
Description
QNetworkAccessManager currently skips only "100 Continue" informational replies from HTTP servers. It does report other information replies as final results. This contradicts RFC 2616:
A client MUST be prepared to accept one or more 1xx status responses
prior to a regular response, even if the client does not expect a 100
(Continue) status message. Unexpected 1xx status responses MAY be
ignored by a user agent.
Ideally such informational responses would be reported to user somehow. Just discarding them all is fine too.
Attachments
Issue Links
- relates to
-
QTBUG-121755 Handle information HTTP replies (1xx) for HTTP/2
-
- Closed
-
For Gerrit Dashboard: QTBUG-108068 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
536614,4 | Make QNAM handle all informational HTTP replies | dev | qt/qtbase | Status: MERGED | +2 | 0 |
537415,2 | Remove HTTP 1XX status test from tst_qrestaccessmanager | dev | qt/qtbase | Status: MERGED | +2 | 0 |
537725,2 | Remove HTTP 1XX status test from tst_qrestaccessmanager | 6.7 | qt/qtbase | Status: MERGED | +2 | 0 |
539299,2 | tst_QHttpServer::multipleResponses: Don't expect failure | dev | qt/qthttpserver | Status: MERGED | -1 | 0 |