mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-19 01:36:08 +00:00
Check the 3rd space too, this is very hacky
This commit is contained in:
@@ -850,6 +850,9 @@ impl Connection {
|
||||
) || matches!(
|
||||
self.space_ready_to_send(path_id, space_id.next(), builder.buf, close, now),
|
||||
SendReady::Frames(can_send) if !can_send.is_empty(),
|
||||
) || matches!(
|
||||
self.space_ready_to_send(path_id, space_id.next().next(), builder.buf, close, now),
|
||||
SendReady::Frames(can_send) if !can_send.is_empty(),
|
||||
))
|
||||
{
|
||||
// We can append/coalesce the next packet into the current
|
||||
|
||||
Reference in New Issue
Block a user