Latest update - 7341

This commit is contained in:
2018-08-25 12:28:33 +09:00
parent 396313154c
commit 6b4acf2cc3
+1 -1
View File
@@ -2135,7 +2135,7 @@ ngx_http_upstream_send_request_body(ngx_http_request_t *r,
out = u->request_bufs; out = u->request_bufs;
if (r->request_body->bufs) { if (r->request_body->bufs) {
for (cl = out; cl->next; cl = out->next) { /* void */ } for (cl = out; cl->next; cl = cl->next) { /* void */ }
cl->next = r->request_body->bufs; cl->next = r->request_body->bufs;
r->request_body->bufs = NULL; r->request_body->bufs = NULL;
} }