]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: connection: Remove the unused flag CO_RFL_KEEP_RSV
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 14 May 2019 20:47:37 +0000 (22:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 28 May 2019 05:42:12 +0000 (07:42 +0200)
include/types/connection.h

index be590f098c9a0a5030274ca7c46ea6635aac99f8..bae41cfda33c46859006290f602dab9874ee4ce0 100644 (file)
@@ -272,7 +272,6 @@ enum {
 enum {
        CO_RFL_BUF_WET     = 0x0001,    /* Buffer still has some output data present */
        CO_RFL_BUF_FLUSH   = 0x0002,    /* Flush mux's buffers but don't read more data */
-       CO_RFL_KEEP_RSV    = 0x0004,    /* Don't fill the reserved space */
 };
 
 /* flags that can be passed to xprt->snd_buf() and mux->snd_buf() */