mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 22:31:06 +01:00
MINOR: connection: Remove the unused flag CO_RFL_KEEP_RSV
This commit is contained in:
parent
9cdd5036f3
commit
9b04d22945
@ -272,7 +272,6 @@ enum {
|
|||||||
enum {
|
enum {
|
||||||
CO_RFL_BUF_WET = 0x0001, /* Buffer still has some output data present */
|
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_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() */
|
/* flags that can be passed to xprt->snd_buf() and mux->snd_buf() */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user