Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-05 | Fix crash when TLS connection closes very early | Loïc Hoguin | |
And ensure that we don't infinite loop when retries are enabled, by decrementing the retry count instead of using a new one. Also check for ssl:negotiated_protocol {error,closed} which was possible but was not documented in OTP before this change. Thanks @voluntas for the help. | |||
2023-01-23 | Update copyright lines in preparation for release | Loïc Hoguin | |
2022-10-11 | Update tests for OTP-25+ | Loïc Hoguin | |
2022-09-12 | Silence certs related ssl warnings in test suites | Loïc Hoguin | |
2020-11-12 | Update copyright years | Loïc Hoguin | |
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 | |