We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2441a41 commit c0ef443Copy full SHA for c0ef443
streamer/src/nonblocking/quic.rs
@@ -816,8 +816,6 @@ async fn handle_connection(
816
stream_counter.stream_count.load(Ordering::Relaxed);
817
818
if streams_read_in_throttle_interval >= max_streams_per_throttling_interval {
819
- stats.throttled_streams.fetch_add(1, Ordering::Relaxed);
820
-
821
// The peer is sending faster than we're willing to read. Sleep for what's
822
// left of this read interval so the peer backs off.
823
let throttle_duration = STREAM_THROTTLING_INTERVAL
0 commit comments