1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-08-09 20:42:44 +03:00

Remove setContinueOnNetworkUnreachable API from IoBufQuicBatch

Summary: this API isn't necessary

Reviewed By: mjoras

Differential Revision: D21005961

fbshipit-source-id: e1be324102b3f9ff2a2d7ef2228711dea3119ebc
This commit is contained in:
Yang Chi
2020-04-29 20:35:04 -07:00
committed by Facebook GitHub Bot
parent 6f71c2dda6
commit c653133f93
3 changed files with 2 additions and 11 deletions

View File

@@ -988,8 +988,6 @@ uint64_t writeConnectionDataToSocket(
connection.peerAddress,
connection,
connection.happyEyeballsState);
ioBufBatch.setContinueOnNetworkUnreachable(
connection.transportSettings.continueOnNetworkUnreachable);
if (connection.loopDetectorCallback) {
connection.writeDebugState.schedulerName = scheduler.name();