From: Christopher Faulet Date: Tue, 14 May 2019 20:47:37 +0000 (+0200) Subject: MINOR: connection: Remove the unused flag CO_RFL_KEEP_RSV X-Git-Tag: v2.0-dev5~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b04d22945b6b29b2e550fb4e6efb4b995127c88;p=thirdparty%2Fhaproxy.git MINOR: connection: Remove the unused flag CO_RFL_KEEP_RSV --- diff --git a/include/types/connection.h b/include/types/connection.h index be590f098c..bae41cfda3 100644 --- a/include/types/connection.h +++ b/include/types/connection.h @@ -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() */