Details
-
Technical task
-
Resolution: Fixed
-
Not Evaluated
-
None
-
Foundation Sprint 69, Foundation Sprint 70, Foundation Sprint 71, Foundation Sprint 72, Foundation Sprint 73, Foundation Sprint 74, Foundation Sprint 75, Foundation Sprint 76, Foundation Sprint 101, Foundations Sprint 102, Foundation Sprint 103, Foundation Sprint 104, Foundation Sprint 105, Foundation Sprint 106, Foundation Sprint 107, Foundation Sprint 108, Foundation Sprint 109, Foundation Sprint 110, Foundation Sprint 111, Foundation Sprint 112, Foundation Sprint 113, Foundation Sprint 114
-
80ef46fef (dev)
Description
When is QTBUG-122312 is done the HTTP 2 handshake is handled, and when QTBUG-124866 is done we should have a common user API QHttpResponder to handle HTTP 1.1 and HTTP 2 connections.
Now we need to use the QHttp2Connection and QHttp2Stream classes from QtNetwork to handle HTTP 2 connections.
The handlers for HTTP 1.1 and 2 should inherit the same interface and implement the same methods. The shared interface is used by QHttpResponder to send messages back to the client. The new framework must handle multiple simultaneous requests from the client.