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