OlofBlomqvist / odd-box

dead simple reverse proxy and webserver
https://odd-box.cruma.io/
MIT License
9 stars 1 forks source link

Managed TCP streams #37

Closed OlofBlomqvist closed 3 days ago

OlofBlomqvist commented 3 weeks ago

Rewriting the proxy feature so that we always terminate tls but do not need to terminate http in most cases. this should dramatically improve performance for cases where tcp tunnel mode is not used.

This pr also adds the ground work for allowing us to capture statistics of in-progress http sessions so that it can be exposed to the web-ui for real-time monitoring of active requests (as in, view normal req/res, websocket messages, http2 streams and so on)

TODO