mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-06 09:23:25 +02:00
Now pendconn_free() takes a stream, checks that pend_pos is set, clears it, and uses pendconn_unlink() to complete the job. It's cleaner and centralizes all the bookkeeping work in pendconn_unlink() only and ensures that there's a single place where the stream's position in the queue is manipulated.