tlsuv icon indicating copy to clipboard operation
tlsuv copied to clipboard

process_requests() should honor 'Content-Length' header added by client

Open rentallect opened this issue 4 years ago • 0 comments

For POST requests, The process_requests() function auto-calculates a Content-Length header based on any chunks that might exist in the request body.

This is problematic because 1) the client may have already added the Content-Length header, and 2) the client may not have added all chunks to the request body before process_requests() executes.

rentallect avatar May 19 '20 14:05 rentallect