| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fd5153c commit 230bcaf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2215,6 +2215,17 @@ malconfigured clients, if more than 8KB of HTTP header data is received then | |||
| 2215 | 2215 | HTTP parsing will abort without a request or response object being created, and | |
| 2216 | 2216 | an `Error` with this code will be emitted. | |
| 2217 | 2217 | ||
| 2218 | + <a id="HPE_UNEXPECTED_CONTENT_LENGTH"></a> | ||
| 2219 | + ### `HPE_UNEXPECTED_CONTENT_LENGTH` | ||
| 2220 | + | ||
| 2221 | + Server is sending both a `Content-Length` header and `Transfer-Encoding: chunked`. | ||
| 2222 | + | ||
| 2223 | + `Transfer-Encoding: chunked` allows the server to maintain an HTTP persistent | ||
| 2224 | + connection for dynamically generated content. | ||
| 2225 | + In this case, the `Content-Length` HTTP header cannot be used. | ||
| 2226 | + | ||
| 2227 | + Use `Content-Length` or `Transfer-Encoding: chunked`. | ||
| 2228 | + | ||
| 2218 | 2229 | <a id="MODULE_NOT_FOUND"></a> | |
| 2219 | 2230 | ### `MODULE_NOT_FOUND` | |
| 2220 | 2231 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments