Skip to content
New issue

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

Support HTTP proxy #614

Merged
merged 24 commits into from
Dec 5, 2024
Merged

Support HTTP proxy #614

merged 24 commits into from
Dec 5, 2024

Conversation

hatoo
Copy link
Owner

@hatoo hatoo commented Nov 28, 2024

Added http/https proxy support.
proxy serving on http2 looks buggy.

for http2 in [false, true] {
for proxy_http2 in [false, true] {
if https && proxy_http2 {
// Waiting for https://github.com/rustls/tokio-rustls/pull/93 is released
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test will be unlocked when rustls/tokio-rustls#93 has released

@hatoo hatoo marked this pull request as ready for review December 5, 2024 08:29
@hatoo hatoo merged commit abf5c90 into master Dec 5, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant