8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1191921 commit c1f2a7aCopy full SHA for c1f2a7a
middleware/realip.go
@@ -22,7 +22,7 @@ var xRealIP = http.CanonicalHeaderKey("X-Real-IP")
22
// RemoteAddr will see the intended value.
23
//
24
// You should only use this middleware if you can trust the headers passed to
25
-// you (in particular, the two headers this middleware uses), for example
+// you (in particular, the three headers this middleware uses), for example
26
// because you have placed a reverse proxy like HAProxy or nginx in front of
27
// chi. If your reverse proxies are configured to pass along arbitrary header
28
// values from the client, or if you use this middleware without a reverse
0 commit comments