Hello Team,
I am currently using Apache HTTP Server 2.4.37 on Red Hat Enterprise Linux 8.9 (Ootpa) and I am facing an issue when attempting to upload large files via HTTP chunked transfer encoding.
Issue:
I am writing a TR143 HTTP client for upload testing using the HTTP chunked encoding method. The maximum chunk size I can send is 65536 bytes (64KB). If the chunked body exceeds this size, the Apache server closes the connection and throws the following error:
I want to send 4MB of data as an HTTP chunked body to achieve higher upload throughput. I have already tried the following steps:
Attempts to Resolve:
However, none of these changes resolved the issue. Apache continues to close the connection and throws the error after a chunk size of 65536 bytes.
Request for Guidance:
Can anyone guide me on how to allow Apache to handle chunked upload data larger than 65536 bytes? Is there an internal limit within Apache that I need to configure to handle larger chunk sizes, or is there an additional setting I may have missed?
Configuration:
I would appreciate any guidance or suggestions to resolve this issue.
Thank you!
Karthick
|
![]() |