Fix ProxyPoolPlugin.rebuild_original_path
This commit is contained in:
parent
12de12d2a7
commit
27e3cadf03
|
@ -79,6 +79,6 @@ class ProxyPoolPlugin(HttpProxyBasePlugin):
|
|||
COLON + SLASH + SLASH +
|
||||
request.host +
|
||||
COLON +
|
||||
bytes(request.port) +
|
||||
str(request.port).encode() +
|
||||
request.path
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue