We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e152bd3 commit 3991a58Copy full SHA for 3991a58
src/quic/streams.cc
@@ -1236,9 +1236,6 @@ void Stream::ReceiveData(const uint8_t* data,
1236
return;
1237
}
1238
1239
- // FIXME(jasnell or martenrichter) this does not allow backpressure
1240
- // to be signalled, we need to get Watermark from reader!
1241
-
1242
STAT_INCREMENT_N(Stats, bytes_received, len);
1243
STAT_RECORD_TIMESTAMP(Stats, received_at);
1244
JS_TRY_ALLOCATE_BACKING(env(), backing, len)
0 commit comments