commit | 00f55524e0b215e17d82a00c0faa58efc8eafd81 | [log] [tgz] |
---|---|---|
author | Felipe Guerreiro Barbosa Ruiz <felipe.ruiz@olxbr.com> | Thu Mar 16 17:01:41 2017 -0300 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 20 07:25:37 2017 +0100 |
tree | 42e42cc2d18c59c42042806dd490c171db8ac2b1 | |
parent | de40d798decc8d6a24fe6b4609b6bdcb14d7ba54 [diff] |
BUG: payload: fix payload not retrieving arbitrary lengths This fixes a regression introduced in d7bdcb874bcb, that removed the ability to use req.payload(0,0) to read the whole buffer content. The offending commit is present starting in version 1.6, so the patch should be backported to versions 1.6 and 1.7.