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
/
rfc7540_SUITE.erl
Age
Commit message (
Expand
)
Author
2020-10-16
Add or fix events inside or related to CONNECT tunnels
Loïc Hoguin
2020-10-07
Propagate timeouts to the right layer in HTTP/2 tunnels
Loïc Hoguin
2020-10-03
Add tunnel_SUITE testing all 3-layer combinations
Loïc Hoguin
2020-09-21
Initial success for h2 CONNECT -> https CONNECT -> https
Loïc Hoguin
2020-09-21
Add test HTTP/2 CONNECT -> HTTP/1.1 CONNECT -> origin
Loïc Hoguin
2020-09-21
Add more HTTP/2 CONNECT tests
Loïc Hoguin
2020-09-21
Few more tests and fixes
Loïc Hoguin
2020-09-21
Add gun_tunnel_up message to HTTP/2 CONNECT
Loïc Hoguin
2020-09-21
First working HTTPS over secure HTTP/2
Loïc Hoguin
2020-09-21
Make HTTP/2 CONNECT to a SOCKS server work
Loïc Hoguin
2020-09-21
Add HTTP/2 CONNECT tests with Cowboy as origin
Loïc Hoguin
2020-09-21
Add the base_stream_ref to gun_http/gun_http2
Loïc Hoguin
2020-09-21
HTTP/2 over HTTP/2 CONNECT
Loïc Hoguin
2020-09-21
Make gun:stream_info/2 return intermediaries for HTTP/2 CONNECT
Loïc Hoguin
2020-09-21
Initial HTTP/2 CONNECT implementation
Loïc Hoguin
2020-03-26
Fix IPv6 related changes to tests
Loïc Hoguin
2020-03-25
Fix host/:authority header when connecting to an IPv6 address
Loïc Hoguin
2020-02-27
Use specific error when HTTP/2 receives HTTP/1 response
Loïc Hoguin
2020-02-27
Add a test getting preface errors in the 'DOWN' reason
Loïc Hoguin
2020-02-27
Detect invalid HTTP/2 preface errors
Loïc Hoguin
2020-02-10
Handle cow_http2_machine timeouts
Loïc Hoguin
2019-09-22
Add Socks5->HTTP/2 tests
Loïc Hoguin
2019-09-13
Use cow_http2_machine:ensure_window
Loïc Hoguin
2019-09-06
Fix failing tests caused by DATA no longer being sent
Loïc Hoguin
2019-09-05
Implement graceful shutdown
Loïc Hoguin
2019-07-26
Data received after RST_STREAM counts toward window
Tony Han
2019-04-22
Fix two tests that write to the Gun state directly
Loïc Hoguin
2019-01-03
Update copyright years
Loïc Hoguin
2019-01-03
Consolidate origin server test helpers
Loïc Hoguin
2019-01-02
Don't send the default port in the host header for HTTP/2
Loïc Hoguin
2018-09-26
Add a timer:sleep to make a test pass reliably
Loïc Hoguin
2018-09-26
Don't crash on HEADERS frames with PRIORITY flag set
Loïc Hoguin