mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-15 01:25:08 +00:00
Fix monkeypatch for HTTP::Client
This commit is contained in:
@@ -1610,7 +1610,11 @@ struct HTTPPool
|
||||
end
|
||||
|
||||
response = yield conn
|
||||
conn.unset_proxy
|
||||
|
||||
if region
|
||||
conn.unset_proxy
|
||||
end
|
||||
|
||||
response
|
||||
rescue ex
|
||||
conn = HTTPClient.new(url)
|
||||
|
||||
Reference in New Issue
Block a user