index
:
gun.git
1.3.x
http2-websocket
http3
master
HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
rfc7231_SUITE.erl
Age
Commit message (
Expand
)
Author
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
2021-02-08
No longer use ssl:ssl_accept/2
Loïc Hoguin
2020-11-12
Reset host/port/scheme/transport/intermediaries on disconnect
Loïc Hoguin
2020-11-12
Update copyright years
Loïc Hoguin
2020-10-16
Add or fix events inside or related to CONNECT tunnels
Loïc Hoguin
2020-10-03
Fix test suites failing due to previous breaking changes
Loïc Hoguin
2020-09-21
Replace gun_tunnel_up/3 message with /4 variant
Loïc Hoguin
2020-03-28
Make intermediaries return tls not tls_proxy
Loïc Hoguin
2019-09-22
Add Socks5->HTTP/2 tests
Loïc Hoguin
2019-08-06
Increase the accept timeouts in proxy tests
Loïc Hoguin
2019-08-05
Improve the test proxy loop to avoid a badmatch
Loïc Hoguin
2019-04-22
Use ssl:ssl_accept/2 in tests to support OTP 20+
Loïc Hoguin
2019-04-22
Add origin_scheme checks to tests
Loïc Hoguin
2019-04-22
Make gun_tls_proxy work for HTTP/2 connections
Loïc Hoguin
2019-04-22
Make gun_tls_proxy a gen_statem
Loïc Hoguin
2019-04-19
Integrate gun_tls_proxy into gun proper
Loïc Hoguin
2019-01-06
Increase the connect_h2 test delay
Loïc Hoguin
2019-01-03
Update copyright years
Loïc Hoguin
2019-01-03
Consolidate origin server test helpers
Loïc Hoguin
2018-12-31
Separate request/4,5,6 into headers/4,5 and request/5,6
Loïc Hoguin
2018-09-26
Don't send keep-alive while waiting for CONNECT responses
Loïc Hoguin
2018-09-26
Keep track of the intermediaries the connection go through
Loïc Hoguin
2018-09-20
Use ALPN when proxying TLS connections using CONNECT
Loïc Hoguin
2018-09-17
Improve one of the CONNECT tests
Loïc Hoguin
2018-09-17
Add HTTP/1.1 CONNECT support
Loïc Hoguin