You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "bryancall (via GitHub)" <gi...@apache.org> on 2023/01/31 18:25:03 UTC

[GitHub] [trafficserver] bryancall commented on a diff in pull request #9342: Fixed memory leaks with http/3

bryancall commented on code in PR #9342:
URL: https://github.com/apache/trafficserver/pull/9342#discussion_r1092324077


##########
iocore/net/QUICNet.cc:
##########
@@ -77,6 +77,7 @@ QUICPollCont::_process_packet(QUICPollEvent *e, NetHandler *nh)
   }
 
   // Note: We should free QUICPollEvent here since vc could be freed from other thread.
+  p->free();

Review Comment:
   `quic_conn_recv()` get called right before this, does that process the packet?
   
   `QUICPollCont::_process_packet() > QUICNetVConnection::handle_received_packet() > quiche_conn_recv()`



-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org