aboutsummaryrefslogtreecommitdiffstats
path: root/test/gun_test_fun_event_h.erl
AgeCommit message (Collapse)Author
2023-06-05Fix crash when TLS connection closes very earlyLoï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.