| 1 | // Flags: --experimental-quic --experimental-stream-iter --no-warnings |
| 2 | |
| 3 | // Test: a sender blocked on flow control is resumed once the consumer |
| 4 | // starts reading. This confirms that we do flush MAX_STREAM_DATA |
nothing calls this directly
no test coverage detected