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
This is the common case where a connection is established but then client drops
Very noisy in logs and there's no way to filter this reasonably without using LogginExtras.withlevel (which isn't documented I think)
We may want to change it to Debug
below is the simplest example where i start a server, curl and ctrl c and get the error after the ~10s sleep
This is the common case where a connection is established but then client drops
Very noisy in logs and there's no way to filter this reasonably without using
LogginExtras.withlevel
(which isn't documented I think)We may want to change it to
Debug
below is the simplest example where i start a server, curl and ctrl c and get the error after the ~10s sleep
code ref
HTTP.jl/src/Servers.jl
Lines 461 to 465 in 5cd586d
The text was updated successfully, but these errors were encountered: