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 HTTP/2 replacement handler #34

Open
astibal opened this issue Nov 29, 2022 · 0 comments
Open

Add HTTP/2 replacement handler #34

astibal opened this issue Nov 29, 2022 · 0 comments
Assignees

Comments

@astibal
Copy link
Owner

astibal commented Nov 29, 2022

Smithproxy replaces response from server in case ie. there is an issue with server certificate. These replacements however don't support HTTP/2.

To cover H2 traffic, we should either:

  • recognize traffic is H2 and don't offer replacements (dropping the connection)
  • implement H2 responder and serve replacements correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant