]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: connections: Don't assume the connection has a valid session.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 12 Mar 2020 14:30:17 +0000 (15:30 +0100)
committerOlivier Houchard <cognet@ci0.org>
Thu, 12 Mar 2020 14:39:37 +0000 (15:39 +0100)
commitbdb00c5db9efc699b93db8de40ed77c80dcb0615
tree711e25725555aca6f3f4eb26e8a18db5353d8cfd
parent1544c14c57f4e77df2a8dcc27bc7eaaba8bbb833
BUG/MEDIUM: connections: Don't assume the connection has a valid session.

Don't assume the connection always has a valid session in "owner".
Instead, attempt to retrieve the session from the stream, and modify
the error snapshot code to not assume we always have a session, or the proxy
for the other end.
src/mux_fcgi.c
src/mux_h1.c
src/proxy.c