commit | 47e8eba9a7586b9d70003ee0e7a8191257180968 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 11 23:28:46 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 11 23:28:51 2013 +0200 |
tree | 1b051c4b23f9e2ba3f024bcf868e7b56283f1431 | |
parent | cc1e04b1e8934212ca7e2535d84e8a5ec0717799 [diff] |
MINOR: payload: provide the "res.len" fetch method This fetch method returns the response buffer len, similarly to req.len for the request. Previously it was only possible to rely on "res.payload(0,size) -m found" to find if at least that amount of data was available, which was a bit tricky.