mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
Remove uneeded if defined?(TLSError)
check
It's always defined
This commit is contained in:
parent
ff46dee7e6
commit
246094d8fc
@ -17,7 +17,7 @@ module HTTPX
|
||||
Errno::ECONNRESET,
|
||||
Errno::ECONNABORTED,
|
||||
Errno::EPIPE,
|
||||
(TLSError if defined?(TLSError)),
|
||||
TLSError,
|
||||
TimeoutError,
|
||||
Parser::Error,
|
||||
Errno::EINVAL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user