mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 06:02:33 +02: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.