Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Commits · v0.7.0
httpx
Browse files
Mar 15, 2020
bumped to 0.7.0
· 9e2685f3
Tiago
authored
Mar 15, 2020
View commits for tag v0.7.0
v0.7.0
9e2685f3
use USR2 signal to show thread backtraces in test mode instead
· ad249b44
Tiago
authored
Mar 15, 2020
ad249b44
select call rearchitected
· 4ce37866
Tiago
authored
Mar 15, 2020
4ce37866
Merge branch 'fix-blocked-build' into 'master'
· 7d72920b
HoneyryderChuck
authored
Mar 15, 2020
7d72920b
commenting connect timeout test (not there yet)
· adc0e71c
Tiago
authored
Mar 15, 2020
adc0e71c
moved total timeout setup from request to the connection
· 2b3eac8a
Tiago
authored
Mar 15, 2020
2b3eac8a
removed messages around the connect test server
· 44481eac
Tiago
authored
Mar 15, 2020
44481eac
Mar 14, 2020
new option: :max_requests
· 70bf2a0e
Tiago
authored
Mar 14, 2020
70bf2a0e
reenabled timeout tests again
· 89fde80f
Tiago
authored
Mar 14, 2020
89fde80f
alpine does not support SIGINFO, use SIGUSR2 instead for the minitest info trap
· 327e8f01
Tiago
authored
Mar 14, 2020
327e8f01
fixing downgrade of MAX_CONCURRENT_STREAMS
· ee946d3d
Tiago
authored
Mar 14, 2020
ee946d3d
setting up max requests for http2 connections; these will be set to the remote...
· 885df660
Tiago
authored
Mar 14, 2020
885df660
do not set concurrent requests at the options level, instead define it depending of the protocol
· d5bd1c72
Tiago
authored
Mar 14, 2020
d5bd1c72
proxy plugin altsvc method with wrong signature
· 96a10828
Tiago
authored
Mar 14, 2020
96a10828
using http helpers for unix as well
· 198659ef
Tiago
authored
Mar 14, 2020
198659ef
Revert "removing the condition variable around the unix test, as it's probably...
· ad8105af
Tiago
authored
Mar 14, 2020
ad8105af
Mar 11, 2020
removing the condition variable around the unix test, as it's probably the cause of the CI hanging
· 26017e1f
Tiago
authored
Mar 11, 2020
26017e1f
Merge branch 'issue-79' into 'master'
· f93ae8d0
HoneyryderChuck
authored
Mar 11, 2020
f93ae8d0
Mar 10, 2020
added support for HTTP#with_ methods
· 108d9257
Tiago
authored
Mar 09, 2020
108d9257
testing Response#read
· aebadc8b
Tiago
authored
Mar 09, 2020
aebadc8b
reusing more code, removing dead code
· 51e1994f
Tiago
authored
Mar 09, 2020
51e1994f
changed the way that options are attributed: use attribute=; this means that...
· 2e64db8a
Tiago
authored
Mar 09, 2020
2e64db8a
fixup! expect plugin
· 82d5ef2f
Tiago
authored
Mar 09, 2020
82d5ef2f
fixed http1 connection close recovery
· 418e6a7d
Tiago
authored
Mar 08, 2020
418e6a7d
test for concurrent requests
· 64534aaa
Tiago
authored
Mar 08, 2020
64534aaa
allow body to be sent after X seconds if no 100-continue comes back
· 2484c79d
Tiago
authored
Mar 08, 2020
2484c79d
passing timers to connection, thereby giving them the possibility to set timer events
· 7fb548db
Tiago
authored
Mar 08, 2020
7fb548db
expect plugin
· 926ad270
Tiago
authored
Mar 07, 2020
926ad270
initial implementation of a solution using the main session object
· 6e15b15b
Tiago
authored
Mar 06, 2020
6e15b15b
added test for the 417 case
· 8c3227c2
Tiago
authored
Mar 06, 2020
8c3227c2
Merge branch 'issue-81' into 'master'
· c315958e
HoneyryderChuck
authored
Mar 10, 2020
c315958e
Mar 07, 2020
close http2 connection as soon as it served all possible requests; this will...
· 745d95c7
Tiago
authored
Mar 07, 2020
745d95c7
http2: only goaway from connection once
· 4348f49c
Tiago
authored
Mar 07, 2020
4348f49c
fixed http1 connection close recovery
· 0a0313b6
Tiago
authored
Mar 07, 2020
0a0313b6
indentation
· f8256a7d
Tiago
authored
Mar 07, 2020
f8256a7d
track all new connections
· 17ad3404
Tiago
authored
Mar 07, 2020
17ad3404
allow connection to create an idle copy of itself; allow #merge to purge...
· 7f055949
Tiago
authored
Mar 07, 2020
7f055949
connection emits the exhausted event when the strem limit has been achieved on an HTTP/2 connection
· a4c0096c
Tiago
authored
Mar 07, 2020
a4c0096c
implemented Connection#exhausted?
· 1ad91d89
Tiago
authored
Mar 07, 2020
1ad91d89
Mar 03, 2020
Merge branch 'issue-80' into 'master'
· f18c5e36
HoneyryderChuck
authored
Mar 03, 2020
f18c5e36
Loading