commit | fdcb007ad899e8565159b3d29c5f76b0403ef81f | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Mon May 06 18:32:29 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 06 22:12:57 2019 +0200 |
tree | ce483cbc89033a02605c241fc6bd19b78db170fa | |
parent | 22c9b440dce0a2844a7ff249fe91db4221120726 [diff] |
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.