bryancall commented on issue #7794:
URL: https://github.com/apache/trafficserver/issues/7794#issuecomment-4827339666

   I am closing this as obsolete. This was a 2021 HTTP/3 benchmark of the 
original QUIC implementation, and the profile it captured points almost 
entirely at that stack's frame generation and stream management 
(QUICStreamManager::will_generate_frame, 
QUICBidirectionalStream::will_generate_frame and generate_frame, 
QUICFrameRetransmitter::create_retransmitted_frames, 
QUICFlowController::generate_frame). That whole transport was removed by 
https://github.com/apache/trafficserver/pull/10703 ("Remove the original QUIC 
implementation"), first released in 10.0.0, which switched HTTP/3 to quiche. I 
confirmed on current master that those classes and that hot path no longer 
exist, so these numbers describe code that no longer ships. Any new HTTP/3 
performance work should be benchmarked against the quiche-based stack and 
tracked in a fresh issue.


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

Reply via email to