| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8ec80b3 commit d8fac09
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -296,7 +296,7 @@ function rewriteForProxiedHttp(req, reqOptions, proxyAuthority, userHostHeader, | |||
| 296 | 296 | // so a rejected request doesn't leave proxy-* headers stuck on the outgoing header store. | |
| 297 | 297 | // XXX(joyeecheung): This validates whether the request conforms to the RFC, but here | |
| 298 | 298 | // we only do it for proxied requests for backward compatibility. For non-proxied requests, | |
| 299 | - // ensuring thst the request is well formed has been entirely left to the user. | ||
| 299 | + // ensuring that the request is well formed has been entirely left to the user. | ||
| 300 | 300 | const result = validateRequestAuthority(req.path, proxyAuthority, userHostHeader, headerArray); | |
| 301 | 301 | if (headerArray === undefined) { | |
| 302 | 302 | const currentHost = req.getHeader('host'); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments