wg / wrk

Modern HTTP benchmarking tool
Other
37.74k stars 2.93k forks source link

Allow to send chunked request from lua #504

Open catap opened 1 year ago

catap commented 1 year ago

Let assume that we have a lua script which calls wrk.format with both headers and body, withheaders["Transfer-Encoding"] = "chunked".

That attempt fails with error like: unexpected content-length header at

Closes: https://github.com/wg/wrk/issues/503