commit | 2943734024525d4b9aeec13cca2c1d230c358ee5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Apr 01 19:16:09 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 01 19:21:34 2015 +0200 |
tree | 28c4672b3b7ea63bf5392133321b3d5a6dda98fa | |
parent | 9b9531d90dfd8a334958d23394afafd0185bfa21 [diff] |
BUG/MEDIUM: http: hdr_cnt would not count any header when called without name It's documented that these sample fetch functions should count all headers and/or all values when called with no name but in practice it's not what is being done as a missing name causes an immediate return and an absence of result. This bug is present in 1.5 as well and must be backported. (cherry picked from commit 601a4d1741100d7a861b6d9b66561335c9911277)