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:
committed by
Facebook GitHub Bot
parent
6f71c2dda6
commit
c653133f93
@@ -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();
|
||||
|
Reference in New Issue
Block a user