Willy Tarreau
32990b531b
MEDIUM: session: remove the task pointer from the session
...
Now that the previous changes were made, we can add a struct task
pointer to stream_complete() and get rid of it in struct session.
The new relation between connection, session and task are like this :
orig -- sess <-- context
| |
v |
conn -- owner ---> task
Some session-specific parts should now move away from stream.
2015-04-06 11:37:32 +02:00
..
2015-04-06 11:23:56 +02:00
2015-01-22 14:24:53 +01:00
2014-03-17 18:06:06 +01:00
2015-01-20 19:48:14 +01:00
2014-06-13 16:32:48 +02:00
2015-03-11 20:41:47 +01:00
2015-02-28 23:12:31 +01:00
2015-03-29 03:32:06 +02:00
2014-11-21 07:51:57 +01:00
2014-06-17 17:15:56 +02:00
2014-05-20 14:57:36 +02:00
2010-08-10 14:01:09 +02:00
2015-01-15 21:34:39 +01:00
2006-12-04 02:20:02 +01:00
2015-04-06 11:35:53 +02:00
2009-10-26 21:10:04 +01:00
2012-02-21 22:27:27 +01:00
2009-10-26 21:10:04 +01:00
2009-10-26 21:10:04 +01:00
2009-10-03 18:41:18 +02:00
2015-03-13 16:45:37 +01:00
2015-02-28 23:12:34 +01:00
2015-02-03 00:24:16 +01:00
2015-03-13 14:10:30 +01:00
2013-12-09 16:06:08 +01:00
2014-04-28 14:19:17 +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:35:53 +02:00
2015-04-06 11:23:56 +02:00
2014-07-08 01:13:34 +02:00
2015-04-06 11:23:56 +02:00
2015-04-06 11:23:56 +02:00
2015-04-06 11:37:25 +02:00
2015-02-28 23:12:31 +01:00
2015-04-06 11:37:32 +02:00
2010-08-27 18:00:40 +02:00
2015-02-28 23:10:22 +01:00
2015-04-06 11:23:56 +02:00
2015-03-11 20:41:46 +01:00
2015-04-06 11:37:30 +02:00
2013-12-09 16:06:22 +01:00
2006-06-29 18:54:54 +02:00