We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GURL 在处理 HTTP URL 的时候,即使显式指定端口为 80,也会被当成默认端口去掉。
GURL
naiveproxy/src/net/tools/naive/naive_proxy_bin.cc
Lines 262 to 272 in 4b25004
此时这里的 url.port() 为空串,导致默认的 8080 端口被保留。
url.port()
The text was updated successfully, but these errors were encountered:
https://github.com/klzgrad/naiveproxy/releases/tag/v115.0.5790.166-1
Sorry, something went wrong.
No branches or pull requests
GURL
在处理 HTTP URL 的时候,即使显式指定端口为 80,也会被当成默认端口去掉。naiveproxy/src/net/tools/naive/naive_proxy_bin.cc
Lines 262 to 272 in 4b25004
此时这里的
url.port()
为空串,导致默认的 8080 端口被保留。The text was updated successfully, but these errors were encountered: