mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-21 21:17:20 +00:00
Update comment on reiniting proxy of pooled client
This commit is contained in:
parent
4c1db6e03e
commit
bdcd9afc1f
@ -59,7 +59,12 @@ module Invidious::ConnectionPool
|
||||
|
||||
http_client = pool.checkout
|
||||
|
||||
# Proxy needs to be reinstated every time we get a client from the pool
|
||||
# When the HTTP::Client connection is closed, the automatic reconnection
|
||||
# feature will create a new IO to connect to the server with
|
||||
#
|
||||
# This new TCP IO will be a direct connection to the server and will not go
|
||||
# through the proxy. As such we'll need to reinitialize the proxy connection
|
||||
|
||||
http_client.proxy = make_configured_http_proxy_client() if CONFIG.http_proxy
|
||||
|
||||
response = yield http_client
|
||||
|
Loading…
Reference in New Issue
Block a user