bneradt opened a new pull request, #13512: URL: https://github.com/apache/trafficserver/pull/13512
Explicit proxy CONNECT requests can return 200 before the nonblocking origin connection finishes. A refused origin port then looks like a successful tunnel followed by a client-side write failure. This patch waits for write readiness on raw origin connections before sending the CONNECT response. It reports connection failures to the client and adds an AuTest covering a refused origin port. Fixes: #7677 -- 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]
