haproxy/include
Willy Tarreau 15e91e1b36 MAJOR: sample: don't pass l7 anymore to sample fetch functions
All of them can now retrieve the HTTP transaction *if it exists* from
the stream and be sure to get NULL there when called with an embryonic
session.

The patch is a bit large because many locations were touched (all fetch
functions had to have their prototype adjusted). The opportunity was
taken to also uniformize the call names (the stream is now always "strm"
instead of "l4") and to fix indent where it was broken. This way when
we later introduce the session here there will be less confusion.
2015-04-06 11:35:53 +02:00
..
common REORG/MAJOR: session: rename the "session" entity to "stream" 2015-04-06 11:23:56 +02:00
import
proto MAJOR: sample: don't pass l7 anymore to sample fetch functions 2015-04-06 11:35:53 +02:00
types MAJOR: sample: don't pass l7 anymore to sample fetch functions 2015-04-06 11:35:53 +02:00