We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d9c6d commit daf1d98Copy full SHA for daf1d98
src/clientlayers/ConnectionRequest.jl
@@ -55,7 +55,7 @@ Close the connection if the request throws an exception.
55
Otherwise leave it open so that it can be reused.
56
"""
57
function connectionlayer(handler)
58
- return function connections(req; proxy=getproxy(req.url.scheme, req.url.host), socket_type::Type=TCPSocket, socket_type_tls::Type=SOCKET_TYPE_TLS[], readtimeout::Int=0, connect_timeout::Int=10, logerrors::Bool=false, logtag=nothing, kw...)
+ return function connections(req; proxy=getproxy(req.url.scheme, req.url.host), socket_type::Type=TCPSocket, socket_type_tls::Type=SOCKET_TYPE_TLS[], readtimeout::Int=0, connect_timeout::Int=60, logerrors::Bool=false, logtag=nothing, kw...)
59
local io, stream
60
if proxy !== nothing
61
target_url = req.url
0 commit comments