Changes between Initial Version and Version 1 of Ticket #2068, comment 3
- Timestamp:
- 10/26/20 01:01:15 (4 years ago)
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; 1 In our module, we calculate request body length with 2 r->request_body->buf->last - r->request_body->buf->pos; 2 3 3 4 As your suggestion, we should not calculate the body length this way.