This website requires JavaScript.
Explore
Help
Sign In
sharpetronics
/
httpx
Watch
1
Star
0
Fork
0
You've already forked httpx
mirror of
https://github.com/HoneyryderChuck/httpx.git
synced
2025-10-06 00:02:08 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
httpx
/
lib
History
HoneyryderChuck
a2458c02a4
fixed HTTP/2 issue introduced when allowing servers to negotiate connection first; some servers might wait for the client to initiate negotiation, in which case, the client has to do it, otherwise there's gonna be a block. Tested with
https://www.google.com
, which required it
2018-12-01 19:23:52 +00:00
..
httpx
fixed HTTP/2 issue introduced when allowing servers to negotiate connection first; some servers might wait for the client to initiate negotiation, in which case, the client has to do it, otherwise there's gonna be a block. Tested with
https://www.google.com
, which required it
2018-12-01 19:23:52 +00:00
httpx.rb
moved all altsvc-specific logic to AltSvc module; renamed uri to origin where possible; fixed the creation of the alternative channel
2018-11-22 18:07:45 +00:00