Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyvhenderson committed Feb 4, 2020
1 parent dcd24d4 commit 65ec30f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/src/http_connection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,10 @@ class TransportSendQueue {
}

_buffer.add(data);
_sendBufferedData.complete();

if(!_sendBufferedData.isCompleted) {
_sendBufferedData.complete();
}
}

Future<void> sendLoop() async {
Expand Down

0 comments on commit 65ec30f

Please sign in to comment.