Skip to content

Commit

Permalink
Set readtimeout to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
HBaghdadi1995 committed Mar 14, 2019
1 parent 94aba6f commit 4ff6b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Servers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ function listen(f,
connection_count::Ref{Int}=Ref(0),
rate_limit::Union{Rational{Int}, Nothing}=nothing,
reuse_limit::Int=nolimit,
readtimeout::Int=60,
verbose::Bool=false,
idle_timeout_enabled = true)
readtimeout::Int=0,

inet = getinet(host, port)
if server !== nothing
Expand Down

0 comments on commit 4ff6b32

Please sign in to comment.