smithproxy
smithproxy copied to clipboard
Add HTTP/2 replacement handler
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