commit | 04c57b3357b79c9eba2dee0e1c9de724ca286660 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Wed Mar 18 13:43:10 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Apr 07 15:56:14 2015 +0200 |
tree | ab1b15354656b1b51a9524431f998a343b9ee5f9 | |
parent | 2e4893cb7f0fbeb761fa5b2831111a7ed0425d8e [diff] |
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.