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
目前的http outbound只能支持plain http/1.1。雖然配置文件名義上支持tls,但諷刺的是,tcp.Dial裏把alpn限定爲單有"h2",而http.Process又完全沒有支持h2的機制,造成http/1.1 over tls與h2都無法工作。
#2488 是爲解決這個問題。應用之後http outbound就可以連h2代理,比如帶forwardproxy插件的caddy。
The text was updated successfully, but these errors were encountered:
看到你的代码应该是合并了,我编译了最新的 master 代码可以支持我的 https 代理的,之前折腾老半天不行,以为是配置问题,原来是不支持,也是服气了。。。
Sorry, something went wrong.
No branches or pull requests
目前的http outbound只能支持plain http/1.1。雖然配置文件名義上支持tls,但諷刺的是,tcp.Dial裏把alpn限定爲單有"h2",而http.Process又完全沒有支持h2的機制,造成http/1.1 over tls與h2都無法工作。
#2488 是爲解決這個問題。應用之後http outbound就可以連h2代理,比如帶forwardproxy插件的caddy。
The text was updated successfully, but these errors were encountered: