Skip to content

Commit

Permalink
Update src/protocols/bdx/AsyncTransferFacilitator.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
nivi-apple and bzbarsky-apple authored Feb 3, 2025
1 parent bde7515 commit 004114f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/bdx/AsyncTransferFacilitator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ void AsyncResponder::NotifyEventHandled(const TransferSession::OutputEventType e

// If this is the end of the transfer (whether a clean end, or some sort of error condition), ensure
// that we destroy ourselves after unwinding the processing loop in the ProcessOutputEvents API.
// We can ignore the status for output events because none of them are supposed to result in
// We can ignore the status for these output events because none of them are supposed to result in
// us sending a StatusReport, and that's all we use the status for.
//
// In particular, for kTransferTimeout, kAckEOFReceived, and kStatusReceived per spec we
Expand Down

0 comments on commit 004114f

Please sign in to comment.