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
Observed in a production setting that a very long request (> 10 minutes) seemed to hang when the connection was silently closed from the remote side. Passing keepalive=true fixed the issue, but not sure why the request didn't throw an error instead of hang. Need to figure out if the underlying socket was closed or not, or if the ssl layer didn't properly process the close-notify or something?
The text was updated successfully, but these errors were encountered:
Observed in a production setting that a very long request (> 10 minutes) seemed to hang when the connection was silently closed from the remote side. Passing
keepalive=true
fixed the issue, but not sure why the request didn't throw an error instead of hang. Need to figure out if the underlying socket was closed or not, or if the ssl layer didn't properly process the close-notify or something?The text was updated successfully, but these errors were encountered: