Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4b7b3f

Browse files
committed
Minor cosmetics
1 parent 9eca41b commit f4b7b3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/option.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ def _getaddrinfo(*args, **kwargs):
917917

918918
def _setHTTPProxy():
919919
"""
920-
Check and set the HTTP proxy to pass by all HTTP requests.
920+
Check and set the HTTP/SOCKS proxy for all HTTP requests.
921921
"""
922922

923923
global proxyHandler
@@ -928,7 +928,7 @@ def _setHTTPProxy():
928928

929929
return
930930

931-
debugMsg = "setting the HTTP/SOCKS proxy to pass by all HTTP requests"
931+
debugMsg = "setting the HTTP/SOCKS proxy for all HTTP requests"
932932
logger.debug(debugMsg)
933933

934934
proxySplit = urlparse.urlsplit(conf.proxy)

0 commit comments

Comments
 (0)