Skip to content

Commit

Permalink
Merge pull request #60 from asprionj/tlienart-patch-1
Browse files Browse the repository at this point in the history
Update http_patch.jl
  • Loading branch information
tlienart authored Apr 16, 2019
2 parents 40ce8e0 + a852f7b commit 9f9aaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http_patch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function handle_transaction(f, t::Transaction, server; final_transaction::Bool=f
closewrite(http)
end
catch e
@error "error handling request" exception=(e, stacktrace(catch_backtrace()))
# @error "error handling request" exception=(e, stacktrace(catch_backtrace()))
if isopen(http) && !iswritable(http)
http.message.response.status = 500
startwrite(http)
Expand Down

0 comments on commit 9f9aaa3

Please sign in to comment.