]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: adjust CO_FL_NOTIFY_DATA after removal of flags
authorWilly Tarreau <w@1wt.eu>
Wed, 20 Sep 2017 15:46:46 +0000 (17:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 21 Sep 2017 04:28:52 +0000 (06:28 +0200)
commit82967bf9b3e551d93fc5afc24958cc631f0c7fbf
tree393db5242798d4510073e807dc2ba8998e8d7986
parent5531d5732d9ec36f0e1d23e06c73d82a656f2210
MINOR: connection: adjust CO_FL_NOTIFY_DATA after removal of flags

After the removal of CO_FL_DATA_RD_SH and CO_FL_DATA_WR_SH, the
aggregate mask CO_FL_NOTIFY_DATA was not updated. It happens that
now CO_FL_NOTIFY_DATA and CO_FL_NOTIFY_DONE are similar, which may
reveal some overlap between the ->wake and ->xprt_done callbacks.
We'll see after the mux changes if both are still required.
include/types/connection.h