Closed mmatczuk closed 1 year ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
Sorry not this repo.
This patch is an experiment replacing TCP connection handle loop with http.Server. It actually works, the tests are passing, and you can run Martian as HTTP/2 server this way. It's fully compatible with HTTP/2 CONNECT spec [1]. Below example of sending h2 traffic over h2 proxy
[1] https://datatracker.ietf.org/doc/html/rfc7540#section-8.3