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
The HTTP Keep-Alive header includes a timeout parameter which is:
An integer that is the time in seconds that the host will allow an idle connection to remain open before it is closed. A connection is idle if no data is sent or received by a host. A host may keep an idle connection open for longer than timeout seconds, but the host should attempt to retain a connection for at least timeout seconds.
HTTP.jl's idle_timeout connection parameter should probably be updated to respect the timeout parameter specified by the server. This may help with solving problems such as #1141.
The text was updated successfully, but these errors were encountered:
The HTTP Keep-Alive header includes a
timeout
parameter which is:HTTP.jl's
idle_timeout
connection parameter should probably be updated to respect thetimeout
parameter specified by the server. This may help with solving problems such as #1141.The text was updated successfully, but these errors were encountered: