Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-26 | Fix IPv6 related changes to tests | Loïc Hoguin | |
Turns out we can't rely on IPv4 being available if we set the socket in IPv6 mode. Instead the origin is modified to either setup IPv4 or IPv6 depending on the test's needs. | |||
2020-03-25 | Fix host/:authority header when connecting to an IPv6 address | Loïc Hoguin | |
2019-09-22 | Add Socks5->HTTP/2 tests | Loïc Hoguin | |
Also consolidate the ALPN code in the tls_handshake state rather than doing it in CONNECT/Socks separately. Also improves the origin tests by sending a message once the handshake is completed instead of having timeouts. | |||
2019-04-22 | Fix two tests that write to the Gun state directly | Loïc Hoguin | |
2019-01-05 | Fix transfer-encoding precedence over content-length | Loïc Hoguin | |
2019-01-03 | Consolidate origin server test helpers | Loïc Hoguin | |
Also fixes an issue with switch_transport introduced when converting the Gun process to gen_statem. | |||
2019-01-02 | Don't send the default port in the host header for HTTP/2 | Loïc Hoguin | |
2019-01-02 | Don't send the default port in the host header for HTTP/1.1 | Loïc Hoguin | |