ChenyuanHu
Results
1
comments of
ChenyuanHu
I met the same problem. and i fixed it as follows. it tested ok. ``` if (r->headers_in.content_length_n) { up->length = r->headers_in.content_length_n; if (r->request_body) { up->rest = r->request_body->rest; } else {...