mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-15 16:04:37 +00:00
841475e304
When a POST is processed by a Lua service, the HTTP header are potentially gone. So, we cannot retrieve their content using the standard "hdr" sample fetchs (which will soon become invalid anyway) from an applet. This patch add an entry "headers" to the object applet_http. This entry is an array containing all the headers. It permits to use the HTTP headers during the processing of the service. Many thanks to Jan Bruder for reporting this issue with enough details to reproduce it. This patch will have to be backported to 1.6 since it will be the only way to access headers from Lua applets. |
||
---|---|---|
.. | ||
design-thoughts | ||
internals | ||
lua-api | ||
acl.fig | ||
architecture.txt | ||
close-options.txt | ||
coding-style.txt | ||
configuration.txt | ||
cookie-options.txt | ||
gpl.txt | ||
haproxy.1 | ||
intro.txt | ||
lgpl.txt | ||
linux-syn-cookies.txt | ||
lua.txt | ||
management.txt | ||
network-namespaces.txt | ||
proxy-protocol.txt | ||
queuing.fig |