Skip to content

Commit 9f9aaa3

Browse files
authored
Merge pull request #60 from asprionj/tlienart-patch-1
Update http_patch.jl
2 parents 40ce8e0 + a852f7b commit 9f9aaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http_patch.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function handle_transaction(f, t::Transaction, server; final_transaction::Bool=f
117117
closewrite(http)
118118
end
119119
catch e
120-
@error "error handling request" exception=(e, stacktrace(catch_backtrace()))
120+
# @error "error handling request" exception=(e, stacktrace(catch_backtrace()))
121121
if isopen(http) && !iswritable(http)
122122
http.message.response.status = 500
123123
startwrite(http)

0 commit comments

Comments
 (0)