commit | 6137a9ee204cc01ebb9e17f4e22cfaefb9d61ac8 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Oct 26 15:01:53 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Oct 27 10:19:58 2021 +0200 |
tree | d1cd59d37494f094ca64ddd7bf455afb0b915f52 | |
parent | dc2cc9008bf2518e4a4130c224983bc4c710d386 [diff] |
MINOR: httpclient/lua: return an error when it can't generate the request Add a check during the httpclient request generation which yield an lua error when the generation didn't work. The most common case is the lack of space in the buffer, it can because of too much headers or a too big body.