]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: sessions: Introduce session flags.
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 29 May 2019 13:01:50 +0000 (15:01 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 29 May 2019 13:41:47 +0000 (15:41 +0200)
commit250031e44412e3c6dd74995aba3fec783530eed0
treef92db269d36e106192b887469845a0c336f3c789
parent1146f975a9f239470fde5155ee68e85898fb9342
MEDIUM: sessions: Introduce session flags.

Add session flags, and add a new flag, SESS_FL_PREFER_LAST, to be set when
we use NTLM authentication, and we should reuse the last connection. This
should fix using NTLM with HTX. This totally replaces TX_PREFER_LAST.

This should be backported to 1.9.
contrib/debug/flags.c
include/types/proto_http.h
include/types/session.h
src/backend.c
src/proto_http.c
src/proto_htx.c
src/session.c