You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Aviod a crash in http_transport:close/2, happening when setting socket_opts in httpc in OTP 20.1.
The fix for the bug is included in OTP 21 - https://bugs.erlang.org/browse/ERL-605.
* Avoid crash report when httpc_handler_sup is killing its children after unsuccessful httpc:request/1 function call.
It happens in some router softwares, with miniupnpd daemon installed, but UPnP/NAT-PMP functionality turned off.
Then, during natupnp_v1/natupnp_v2 discovery, location is returned, but is it not responding (hence httpc:request/1 crash).
0 commit comments