Changes between Initial Version and Version 1 of Ticket #2068, comment 3


Ignore:
Timestamp:
10/26/20 01:01:15 (4 years ago)
Author:
zhuizhuhaomeng@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2068, comment 3

    initial v1  
    1 In our module, we calculate request body length with r->request_body->buf->last - r->request_body->buf->pos;
     1In our module, we calculate request body length with
     2r->request_body->buf->last - r->request_body->buf->pos;
    23
    34As your suggestion, we should not calculate the body length this way.