Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8, 6.9, 6.10
-
None
-
5
-
Foundation Sprint 134
Description
The QtHttpServer supports HTTP/1.1 and HTTP/2, but the support for HTTP/1.0 is not complete. The QtHttpServer should respond with "HTTP/1.0" when getting requests from HTTP/1.0 clients., but it currently responds with "HTTP/1.1". Also the chunkedWrite API assumes that chunked transfer encoding is available, but that is a HTTP/1.1 feature.