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

Add basic passthrough HTTP/2 support. #539

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

msuozzo
Copy link
Contributor

@msuozzo msuozzo commented Jun 13, 2024

Add bare-bones HTTP2 "support" that allows goproxy to permit HTTP2 traffic through but doesn't apply proxy rules.

This also adds a dependency on the standard lib http2 package which, provided the current miniscule dep set, is worth giving some consideration.

@elazarl elazarl merged commit 5ecc178 into elazarl:master Jul 24, 2024
@elazarl
Copy link
Owner

elazarl commented Jul 24, 2024

Thanks, looks like a good start, when done we'll release another version.

@roelarents
Copy link

stupid question perhaps, but does it really need go 1.23?

@elazarl
Copy link
Owner

elazarl commented Jul 26, 2024

Good point. Maybe we should revert

@msuozzo
Copy link
Contributor Author

msuozzo commented Jul 26, 2024

Oh shoot not sure how that change got in there. I can regenerate the PR.

@msuozzo
Copy link
Contributor Author

msuozzo commented Jul 26, 2024

Alright if you'd like to fix forward, i mailed #543

@elazarl
Copy link
Owner

elazarl commented Jul 26, 2024 via email

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.

3 participants