Hi Tim,

On Fri, Jan 09, 2026 at 08:09:08PM +0100, Tim Duesterhus wrote:
> This flag is used as of commit dcce9369129f6ca9b8eed6b451c0e20c226af2e3
> ("MINOR: connections: Add a new CO_FL_SSL_NO_CACHED_INFO flag"). This patch
> should be backported together with the other one.
> ---
>  include/haproxy/connection-t.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/haproxy/connection-t.h b/include/haproxy/connection-t.h
> index 4729a879d..0d7a589fc 100644
> --- a/include/haproxy/connection-t.h
> +++ b/include/haproxy/connection-t.h
> @@ -146,7 +146,6 @@ enum {
>  
>       CO_FL_WANT_SPLICING = 0x00001000,  /* we wish to use splicing on the 
> connection when possible */
>       CO_FL_SSL_NO_CACHED_INFO = 0x00002000, /* Don't use any cached 
> information when creating a new SSL connection */
> -     /* unused: 0x00002000 */
>  
>       CO_FL_EARLY_SSL_HS  = 0x00004000,  /* We have early data pending, don't 
> start SSL handshake yet */
>       CO_FL_EARLY_DATA    = 0x00008000,  /* At least some of the data are 
> early data */
> -- 
> 2.52.0
> 
> 

Pushed, thanks a lot/

Olivier


Reply via email to