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
/
gun_SUITE.erl
Age
Commit message (
Expand
)
Author
2019-04-26
Rename owner_gone into owner_down
Loïc Hoguin
2019-04-26
Add the supervise option to start without supervisor
Loïc Hoguin
2019-04-26
No longer error out when the owner exits
Loïc Hoguin
2019-04-25
Fix failures resulting from connect error delays on Windows
Loïc Hoguin
2019-01-10
Tweak another timeout
Loïc Hoguin
2019-01-10
Tweak more test timeouts
Loïc Hoguin
2019-01-10
Tweak timeouts to fix intermittent failures
Loïc Hoguin
2019-01-09
Add function gun:stream_info/2
Loïc Hoguin
2019-01-06
Lowercase header names automatically and accept more types
Loïc Hoguin
2019-01-06
Don't output unrelated errors in successful tests
Loïc Hoguin
2019-01-06
Add a timeout to prevent an intermittent failure
Loïc Hoguin
2019-01-06
Fix KilledStreams value for HTTP for connection: close responses
Loïc Hoguin
2019-01-05
Fix atom hostnames
Loïc Hoguin
2019-01-05
Don't send empty data chunks
Loïc Hoguin
2019-01-05
Ensure Gun retries connecting immediately
Loïc Hoguin
2019-01-03
Update copyright years
Loïc Hoguin
2018-12-31
Separate request/4,5,6 into headers/4,5 and request/5,6
Loïc Hoguin
2018-10-11
Make all the gun_SUITE test self-reliable
Loïc Hoguin
2018-06-04
Update copyright years
Loïc Hoguin
2018-06-03
Change messages to gun_upgrade and gun_ws with stream reference
Loïc Hoguin
2017-12-16
Add support for unix sockets
michael-coles
2017-12-14
Silence export_all warnings
Loïc Hoguin
2017-12-14
Change the {gone, Reason} to {shutdown, Reason} plus small fixes
Loïc Hoguin
2017-10-06
Don't error out when the owner is gone normally
Loïc Hoguin
2017-08-14
Allow an infinity keepalive value
1.0.0-pre.4
Loïc Hoguin
2017-08-11
Add missing Websocket clause detecting owner is gone
Loïc Hoguin
2017-08-11
Fix tests
Loïc Hoguin
2017-05-01
Add gun:info/1
1.0.0-pre.3
Loïc Hoguin
2017-05-01
Add transform_header_name http option.
Gustaf Sjoberg
2017-05-01
Add support for choosing a process to reply to
Andrei Nesterov
2017-04-30
Monitor owner and terminate when it dies
Juan Facorro
2017-04-30
Add missing gun_SUITE test suite
Loïc Hoguin