mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-25 04:41:00 +01:00
Modify qc_send_app_pkt() to distinguish the case where it sends new data against the case where it sends old data during probing retransmissions. We add <old_data> boolean parameter to this function to do so. The mux never directly send old data when probing retransmissions are needed by the connection.