This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 193
Support plaintext HTTP/2 using HTTP Upgrade #28
Labels
Comments
I'm no longer convinced that this is a good idea. According to this email, only IE has pledged to implement support for plaintext HTTP/2 using Upgrade. With that in mind, I'm deprioritizing this again. |
Alright, this is possible now that I have HTTP/1.1 merged. |
Long-time lurker here looking to contribute and I started taking a look at this. Wanted to get your take to make sure I wasn't way off base before I try and finish it off. Thanks development...fredthomsen:plaintext_http20_via_http11_upgrade |
@fredthomsen This looks amazing! Go ahead and open a pull request with the work you have now, we can use it to track the development and provide feedback. =D |
Supported! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice if we could initiate HTTP/1. and then upgrade to HTTP/2 if the response allows us to.
This basically requires writing a HTTP/1.1 stack: I doubt aiohttp gives me the needed control.
The text was updated successfully, but these errors were encountered: