1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-22 16:02:34 +03:00
Files
mvfst/quic/api/QuicTransportFunctions.cpp
Luca Niccolini 71525f55b3 On server: skip writes and close connection early from server for MVFST_PRIMING version
Summary:
Meta:
Special handling for MVFST_PRIMING connections on QUIC Server
* Do not write any packets back to the client
* Close connection early: as soon as data for the client is ready on a bidirectional stream -- using that as a proxy for "HTTP request stream"
* Do not bump the "connection closed with zero bytes written" counter to not add noise to current monitoring

Reviewed By: kvtsoy

Differential Revision: D79491915

fbshipit-source-id: c914968f37816d725790a12f3c1c136777c94d00
2025-08-07 14:49:48 -07:00

90 KiB