Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to send chunked request from lua
Let assume that we have a lua script which calls `wrk.format` with both headers and body, with`headers["Transfer-Encoding"] = "chunked"`. That attempt fails with error like: `unexpected content-length header at` Closes: wg#503
- Loading branch information