Willy Tarreau
192252e2d8
MAJOR: sample: pass a pointer to the session to each sample fetch function
...
Many such function need a session, and till now they used to dereference
the stream. Once we remove the stream from the embryonic session, this
will not be possible anymore.
So as of now, sample fetch functions will be called with this :
- sess = NULL, strm = NULL : never
- sess = valid, strm = NULL : tcp-req connection
- sess = valid, strm = valid, strm->txn = NULL : tcp-req content
- sess = valid, strm = valid, strm->txn = valid : http-req / http-res
2015-04-06 11:37:25 +02:00
..
2015-04-06 11:37:25 +02:00
2015-02-28 23:12:32 +01:00
2014-03-17 18:06:07 +01:00
2015-04-06 11:23:56 +02:00
2015-04-06 11:23:56 +02:00
2015-02-06 07:59:58 +01:00
2015-04-06 11:23:56 +02:00
2015-03-13 00:42:48 +01:00
2007-03-24 17:24:39 +01:00
2014-04-24 17:24:56 +02:00
2014-11-21 20:37:32 +01:00
2014-06-17 17:15:51 +02:00
2015-04-06 11:23:56 +02:00
2011-10-24 18:15:04 +02:00
2015-03-09 17:47:52 +01:00
2009-10-09 07:17:58 +02:00
2012-02-21 22:27:27 +01:00
2009-10-01 11:19:37 +02:00
2009-10-01 11:19:37 +02:00
2009-10-01 21:11:15 +02:00
2013-06-14 19:52:17 +02:00
2015-04-06 11:23:56 +02:00
2013-12-12 15:44:05 +01:00
2013-12-09 15:40:22 +01:00
2014-11-24 15:40:16 +01:00
2015-04-06 11:23:56 +02:00
2015-04-06 11:23:56 +02:00
2009-01-25 13:49:53 +01:00
2009-06-10 12:23:32 +02:00
2015-04-06 11:37:25 +02:00
2015-04-06 11:23:56 +02:00
2015-04-06 11:23:56 +02:00
2015-02-28 23:12:31 +01:00
2015-04-06 11:23:56 +02:00
2015-04-06 11:23:56 +02:00
2012-10-04 22:26:09 +02:00
2015-04-06 11:37:25 +02:00
2015-04-06 11:23:57 +02:00
2015-04-06 11:23:57 +02:00
2014-05-08 22:46:32 +02:00
2012-09-03 20:49:14 +02:00
2014-12-09 20:49:22 +01:00
2015-04-06 11:37:25 +02:00
2015-04-06 11:23:57 +02:00
2015-04-06 11:37:25 +02:00
2015-02-28 23:12:30 +01:00
2006-06-29 18:54:54 +02:00