Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eca41b commit f4b7b3fCopy full SHA for f4b7b3f
1 file changed
lib/core/option.py
@@ -917,7 +917,7 @@ def _getaddrinfo(*args, **kwargs):
917
918
def _setHTTPProxy():
919
"""
920
- Check and set the HTTP proxy to pass by all HTTP requests.
+ Check and set the HTTP/SOCKS proxy for all HTTP requests.
921
922
923
global proxyHandler
@@ -928,7 +928,7 @@ def _setHTTPProxy():
928
929
return
930
931
- debugMsg = "setting the HTTP/SOCKS proxy to pass by all HTTP requests"
+ debugMsg = "setting the HTTP/SOCKS proxy for all HTTP requests"
932
logger.debug(debugMsg)
933
934
proxySplit = urlparse.urlsplit(conf.proxy)
0 commit comments