diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ Inspired by [Anubis](https://github.com/TecharoHQ/anubis). But much simpler. be lost. - It does not work when duplex connections are needed, e.g. with Git's Smart HTTP protocol. +- We should probably use + [net/http/httputil.NewSingleHostReverseProxy](https://pkg.go.dev/net/http/httputil#NewSingleHostReverseProxy) + instead of hand-wiring a half-broken proxy. +- We should probably add a JS/WASM version for browsers that support them. ## License |