mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-08-10 00:01:27 -04:00
fix missing var
This commit is contained in:
parent
8f00539d6d
commit
b2a5371fe2
@ -240,7 +240,7 @@ module HTTPX
|
||||
|
||||
if elapsed_time.negative?
|
||||
ex = TotalTimeoutError.new(@total_timeout, "Timed out after #{@total_timeout} seconds")
|
||||
ex.set_backtrace(error.backtrace)
|
||||
ex.set_backtrace(caller)
|
||||
on_error(@total_timeout)
|
||||
return
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user