It is possible users set a chunk size so large that quiceh would deadlock on one side not yielding a chunk that isn't full (and hence not consuming data), and in the other side not sending data anymore because we exhausted the control flow and we're awaiting a MAX_STREAM_DATA frame.
It is possible users set a chunk size so large that quiceh would deadlock on one side not yielding a chunk that isn't full (and hence not consuming data), and in the other side not sending data anymore because we exhausted the control flow and we're awaiting a MAX_STREAM_DATA frame.