Fixed reading of the rest of body, again.

The last attempt in ee5f278e8c81 wasn't enough.
This commit is contained in:
Valentin Bartenev
2018-02-07 18:17:41 +03:00
parent 07303fb0d7
commit 31f72401d9
2 changed files with 12 additions and 19 deletions

View File

@@ -117,7 +117,6 @@ struct nxt_http_request_s {
nxt_http_field_t *content_length;
nxt_http_field_t *cookie;
nxt_off_t content_length_n;
nxt_off_t rest_length;
nxt_sockaddr_t *remote;
nxt_sockaddr_t *local;