haproxy/include
Olivier Houchard fdcb007ad8 MEDIUM: proto: Change the prototype of the connect() method.
The connect() method had 2 arguments, "data", that tells if there's pending
data to be sent, and "delack" that tells if we have to use a delayed ack
inconditionally, or if the backend is configured with tcp-smart-connect.
Turn that into one argument, "flags".
That way it'll be easier to provide more informations to connect() without
adding extra arguments.
2019-05-06 22:12:57 +02:00
..
common MINOR: threads: Implement HA_ATOMIC_LOAD(). 2019-04-30 15:10:08 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: proto: Change the prototype of the connect() method. 2019-05-06 22:12:57 +02:00
types MEDIUM: proto: Change the prototype of the connect() method. 2019-05-06 22:12:57 +02:00