The following attributes - which are normally attributed to HTTP/2.0 requests - are not available for the pre-Upgrade request in HTTP/1.1. These require defaults:
Stream ID (default to 1)
Priority (default to 0.5/2^30)
We also need to determine the status of the stream, which probably needs to be half-closed from the server side.
The text was updated successfully, but these errors were encountered:
HTTP/1.1 request must be complete before client starts sending HTTP/2. This will block further requests on the connection until the upgrade is effective.
The following attributes - which are normally attributed to HTTP/2.0 requests - are not available for the pre-Upgrade request in HTTP/1.1. These require defaults:
We also need to determine the status of the stream, which probably needs to be half-closed from the server side.
The text was updated successfully, but these errors were encountered: