]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: connection: merge CO_FL_NOTIFY_DATA and CO_FL_NOTIFY_DONE
authorWilly Tarreau <w@1wt.eu>
Fri, 27 Dec 2019 13:57:45 +0000 (14:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Dec 2019 15:38:47 +0000 (16:38 +0100)
commit0fbc318e248796e861cf8c300a6dd6cba28fd09b
treec5924d1ad161e513267a7ce0c06d6d1b83dddfea
parentcbcf77edb74ec52fde20d026c57429dc4c041fec
CLEANUP: connection: merge CO_FL_NOTIFY_DATA and CO_FL_NOTIFY_DONE

Both flags became equal in commit 82967bf9 ("MINOR: connection: adjust
CO_FL_NOTIFY_DATA after removal of flags"), which already predicted the
overlap between xprt_done_cb() and wake() after the removal of the DATA
specific flags in 1.8. Let's simply remove CO_FL_NOTIFY_DATA since the
"_DONE" version already covers everything and explains the intent well
enough.
include/types/connection.h
src/connection.c