You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/10/21 19:19:24 UTC

[GitHub] [trafficserver] shinrich commented on pull request #7285: Race condition between Server session release and Net read

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:
users@infra.apache.org