mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 00:54:14 +02:00
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.