Skip to content

Commit

Permalink
comment the warnning of the stream is closed or unusable
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Nov 10, 2018
1 parent 89a99ab commit 56ed0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.jl
Expand Up @@ -346,7 +346,7 @@ function _handle_transaction(f::Function, t::Transaction;
_handle_stream(f, http)
catch e
if isioerror(e)
@warn Symbol(:server_, :_handle_transaction) e
# @warn Symbol(:server_, :_handle_transaction) e
# ArgumentError("stream is closed or unusable")
# write: broken pipe (EPIPE)
else
Expand Down

0 comments on commit 56ed0d7

Please sign in to comment.