aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-23 10:30:56 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-23 10:30:56 +0800
commitb5b6597a93d41b5f51202c5b737a3aae4c167bff (patch)
tree136fa50291b403d5b83fe958698943fec9e96cf5 /README.md
parentAdd missing error return (diff)
downloadpowxy-b5b6597a93d41b5f51202c5b737a3aae4c167bff.tar.gz
powxy-b5b6597a93d41b5f51202c5b737a3aae4c167bff.tar.zst
powxy-b5b6597a93d41b5f51202c5b737a3aae4c167bff.zip
Use httputil's reverse proxy
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index d473e65..f755a08 100644
--- a/README.md
+++ b/README.md
@@ -23,9 +23,6 @@ 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.
## Contributing