Thierry FOURNIER
ca98866bcf
BUG/MEDIUM: lua: Lua applets must not fetch samples using http_txn
...
If a sample fetch needing http_txn is called from an HTTP Lua applet,
the result will be invalid and may even cause a crash because some HTTP
data can be forwarded and the HTTP txn is no longer valid.
Here the solution is to ensure that a fetch called from Lua never
needs http_txn. This is done thanks to a new flag HLUA_F_MAY_USE_HTTP
which indicates whether or not it is safe to call a fetch which needs
HTTP.
This fix needs to be backported to 1.6.
2015-12-20 23:13:00 +01:00
..
2015-04-06 11:23:56 +02:00
2015-09-28 01:03:48 +02:00
2015-09-28 01:03:48 +02:00
2015-09-28 14:01:27 +02: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-05-02 00:10:44 +02:00
2015-11-04 07:26:51 +01:00
2015-10-13 16:47:16 +02:00
2015-08-20 19:35:14 +02:00
2014-06-17 17:15:56 +02:00
2015-10-20 22:31:01 +02:00
2014-05-20 14:57:36 +02:00
2010-08-10 14:01:09 +02:00
2015-12-14 13:03:09 +01:00
2006-12-04 02:20:02 +01:00
2015-12-20 23:13:00 +01: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-06-12 18:06:59 +02:00
2015-10-02 00:57:45 +02:00
2015-02-03 00:24:16 +01:00
2015-03-13 14:10:30 +01:00
2015-04-23 17:56:16 +02:00
2015-08-20 17:13:46 +02:00
2015-08-10 19:42:30 +02:00
2009-01-25 13:49:53 +01:00
2009-06-10 12:23:32 +02:00
2015-11-26 10:24:48 +01:00
2015-06-13 22:07:35 +02:00
2014-07-08 01:13:34 +02:00
2015-10-02 00:57:45 +02:00
2015-04-06 11:23:56 +02:00
2015-09-03 17:15:21 +02:00
2015-10-13 16:18:27 +02:00
2015-06-19 11:59:02 +02:00
2010-08-27 18:00:40 +02:00
2015-05-16 11:28:04 +02:00
2015-08-20 17:13:47 +02:00
2015-04-23 17:56:17 +02:00
2015-07-10 16:30:08 +02:00
2013-12-09 16:06:22 +01:00
2006-06-29 18:54:54 +02:00
2015-08-20 17:13:46 +02:00