Commit aecfd90
authored
tokio-quiche: remove debug_assert! in process_write_frame
This debug_assert was introduced in #2166
and can trigger if a stream's FIN frame can't be serialized immediately due to
not having enough congestion window or flow control window. Sending of the FIN
stream next time window becomes available works correctly, the only problem is
that this debug_assert triggers failures when running download stress tests in debug
mode (in other words, when binaries are build without the --release flag)1 parent 4d4d528 commit aecfd90
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
703 | 703 | | |
704 | 704 | | |
705 | 705 | | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
711 | 706 | | |
712 | 707 | | |
713 | 708 | | |
| |||
0 commit comments