FIX: correctly log topic timings as background

This commit is contained in:
Sam
2018-01-19 10:37:27 +11:00
parent aa65003087
commit 8ad43f01c2
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ module Hijack
io.close if io rescue nil
if request_tracker
status = instance.status rescue 500
status = response.status rescue 500
request_tracker.log_request_info(env, [status, headers || {}, []], timings)
end
end