]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: session: use the pointer to the origin instead of s->si[0].end
authorWilly Tarreau <w@1wt.eu>
Fri, 3 Apr 2015 17:19:59 +0000 (19:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:34:29 +0000 (11:34 +0200)
commit9ad7bd48d257d8ec93c7cce0ef94baf813e2b9fc
tree9c7ce3e37484ef2c67b6eba330ea62fb07211666
parent40606ab97673fb8dc78b7313faebcda5a2ede4da
MEDIUM: session: use the pointer to the origin instead of s->si[0].end

When s->si[0].end was dereferenced as a connection or anything in
order to retrieve information about the originating session, we'll
now use sess->origin instead so that when we have to chain multiple
streams in HTTP/2, we'll keep accessing the same origin.
src/backend.c
src/dumpstats.c
src/frontend.c
src/hlua.c
src/log.c
src/proto_http.c
src/proto_tcp.c
src/ssl_sock.c
src/stream.c