Fix ProxyPoolPlugin.rebuild_original_path

This commit is contained in:
pva 2020-02-01 19:16:19 +01:00 committed by GitHub
parent 12de12d2a7
commit 27e3cadf03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
) )