Skip to content

4.7.1

Compare
Choose a tag to compare
@gggeek gggeek released this 26 May 11:46
· 394 commits to master since this release

http/2 on non-https requests (known as h2c) works in either "prior-knowledge" mode or "upgrade" mode.
Given the fact that upgrade mode is not compatible with POST requests, we switched to using "prior-knowledge" mode for requests sent with the http2 argument passed to the client's constructor or send method.
NB: this means that requests sent with http2 are only compatible with servers and proxies known to be http/2 compliant.

Please don't use this version, go straight to 4.7.2 or later.