masaori335 opened a new pull request #7605:
URL: https://github.com/apache/trafficserver/pull/7605


   Fix #7603.
   
   The read from the client is enabled to watch the client abort, but this 
makes ATS signals EOS event to the HttpSM and goes 
`HttpSM::state_watch_for_client_abort()` handler.
   
   
https://github.com/apache/trafficserver/blob/7af385faf5bfb644ae200682fb156d1433437683/proxy/http/HttpSM.cc#L899-L900
   
   When HttpSM sets up a HttpTunnelConsumer for a client, we can disable read 
to avoid the issue because there is nothing to read from the client. The EOS is 
handled by write op and signaled to HttpTunnel correctly.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to