]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: (req|res)_get_headers return more than one header value
authorThierry FOURNIER <tfournier@haproxy.com>
Wed, 18 Mar 2015 12:43:10 +0000 (13:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Apr 2015 13:56:14 +0000 (15:56 +0200)
commit04c57b3357b79c9eba2dee0e1c9de724ca286660
treeab1b15354656b1b51a9524431f998a343b9ee5f9
parent2e4893cb7f0fbeb761fa5b2831111a7ed0425d8e
MINOR: lua: (req|res)_get_headers return more than one header value

the functions (req|res)_get_headers() return only the last entry
for each header with the same name. This patch fix this behavior.
Each header name contain an array of values.
src/hlua.c