hnakamur opened a new issue, #11038: URL: https://github.com/apache/trafficserver/issues/11038
During my experiments involving the sending of numerous requests with a 1KiB body, I have observed that ATS occasionally fails to transmit the complete request body to the upstream server. I have provided a reproducible case of this issue on GitHub: https://github.com/hnakamur/ats-nginx-bad-request/tree/enable_debug_log Additionally, log files and TCP dump outputs have been included within the repository to facilitate further analysis. In contrast to the expected `Content-Length: 1024` request header, as shown in [this specific log](https://github.com/hnakamur/ats-nginx-bad-request/blob/7d573464627c834c97fb020997ad4a54777b8181/tcpdump-nginx.port45732.log#L254), ATS only [transmits 344 bytes of the body](https://github.com/hnakamur/ats-nginx-bad-request/blob/7d573464627c834c97fb020997ad4a54777b8181/tcpdump-nginx.port45732.log#L268). Your assistance in investigating this matter further would be greatly appreciated. Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
