shinrich commented on pull request #7285:
URL: https://github.com/apache/trafficserver/pull/7285#issuecomment-713819918


   What are the cases where the server_netvc is doing a read from a different 
thread?  The server_netvc and the client_netvc and the HttpSM are all 
associated with the same ET_NET thread for the duration of the HttpSM.  So all 
the net I/O should be performed in the same ET_NET thread.  In that case the 
buffer frees in Http1ServerSession::do_io_close are serialized with the 
READ/WRITE event processing.
   


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