Skip to content

Commit 3991a58

Browse files
committed
quic: Remove wrong comment
1 parent e152bd3 commit 3991a58

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/quic/streams.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,9 +1236,6 @@ void Stream::ReceiveData(const uint8_t* data,
12361236
return;
12371237
}
12381238

1239-
// FIXME(jasnell or martenrichter) this does not allow backpressure
1240-
// to be signalled, we need to get Watermark from reader!
1241-
12421239
STAT_INCREMENT_N(Stats, bytes_received, len);
12431240
STAT_RECORD_TIMESTAMP(Stats, received_at);
12441241
JS_TRY_ALLOCATE_BACKING(env(), backing, len)

0 commit comments

Comments
 (0)