You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2021. It is now read-only.
As a user, I'd like to know whether the connection was successfully sent over HTTP/2 or if it fell back to HTTP/1.x. This can be useful for debugging/testing. Storing the class of the HTTPConnection object used seems the most straightforward option, but I'm open to alternatives.