]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] http: move appsession 'sessid' from session to http_txn
authorWilly Tarreau <w@1wt.eu>
Sun, 10 Jan 2010 09:49:11 +0000 (10:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 Jan 2010 09:49:11 +0000 (10:49 +0100)
commita3377eeeff56f2bc04ede474a23ee039cc4970a6
tree9430f3b2fc51459cedbcdf5f7badb0536b6a9bb0
parent75661457f7258253933ad1c4187f188297481b09
[MINOR] http: move appsession 'sessid' from session to http_txn

This change, suggested by Cyril Bonté, makes a lot of sense and
would have made it obvious that sessid was not properly initialized
while switching to keep-alive. The code is now cleaner.
include/types/proto_http.h
include/types/session.h
src/client.c
src/proto_http.c