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
Perhaps in the light of #114 it would be better for the default timeout to be Inf (which would result in the usual timeouts of the underlying TCP connection taking effect).
The text was updated successfully, but these errors were encountered:
In
client.jl
andtypes.jl
the default connect and read timeouts are specified as 10 s and 9 s.The code currently uses 15 seconds as the default:
HTTP.jl/src/client.jl
Line 63 in 0bb79a7
Perhaps in the light of #114 it would be better for the default timeout to be
Inf
(which would result in the usual timeouts of the underlying TCP connection taking effect).The text was updated successfully, but these errors were encountered: