HoneyryderChuck
0f988e3e9f
adding session lifecycle callbacks
2023-05-31 20:06:59 +01:00
HoneyryderChuck
df26c97e38
changed http based tests, added #scheme, using it to correctly set no proxy domain
2023-03-29 23:00:50 +01:00
HoneyryderChuck
43016795f3
introducing the :no_proxy option
...
can be passed in the `:proxy` option hash, and receives domains, as
strings, which requests should not go through the proxy.
2022-08-05 22:37:52 +01:00
HoneyryderChuck
b616bea46c
setting up functional tests for altsvc functionality
2019-12-21 11:40:43 +00:00
HoneyryderChuck
d51c569447
again, raise error, not message
2019-09-29 01:31:59 +01:00
HoneyryderChuck
2da56ce9af
fix: keep connection alive if HTTP/1.1 and there is connection-related
...
header;
this was wrongly closing connections for HTTP/1.1 connections which
didn't send a "Connection" header; according to spec, the default is
"Keep-Alive", contrary to HTTP/1.0
2019-05-15 14:45:06 +00:00
HoneyryderChuck
e207c57513
moved http1/http2 to http/https tests
2018-02-17 22:18:05 +00:00