aboutsummaryrefslogtreecommitdiffstats
path: root/test/trap_exit_protocol.erl
AgeCommit message (Collapse)Author
2019-05-09Remove Socket argument from ranch_protocol:start_linkLoïc Hoguin
2018-07-02Introduce Transport:handshake/1,2j.uhlig
This commit deprecates Transport:accept_ack/1 in favor of a new forward-compatible function. Transport:handshake/1,2 will use ssl:handshake/2,3 from Ranch 2.0 onward.
2013-12-07Gracefully shutdown when stop_listener/1 is calledLoïc Hoguin
Implements the `shutdown` option as documented previously.