Amaury Denoyelle 12782da020 MINOR: mux-quic: strengthen qcs_send_metadata() usage
This function is reserved for QCS instance where no data was emitted.
A BUG_ON() ensures this by checking that streamdesc buf_list is empty.

However, this condition would not be enough if data were previously
emitted but already fully acknowledged. Thus, extend the condition by
also checking the streamdesc ack_offset is 0.
2024-10-01 16:17:03 +02:00
..
2024-04-02 07:27:33 +02:00
2024-08-20 18:12:27 +02:00
2024-07-12 15:27:04 +02:00
2024-04-26 11:29:25 +02:00