haproxy/include
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
..
common BUILD: freebsd: double declaration 2015-11-06 01:15:02 +01:00
import MAJOR: tproxy: remove support for cttproxy 2015-08-20 19:35:14 +02:00
proto BUG/MINOR: http rule: http capture 'id' rule points to a non existing id 2015-11-04 08:47:55 +01:00
types BUG/MEDIUM: lua: Lua applets must not fetch samples using http_txn 2015-12-20 23:13:00 +01:00