Closed flygoast closed 8 years ago
Thanks. I applied it manually and I'm testing it now.
Jeff
On Fri, Oct 9, 2015 at 7:43 AM, Gu Feng notifications@github.com wrote:
If the request below was in URL file, the request would contained the post data after the request.
http://example.com/foobar PUSH foo=1&bar=2
You can view, comment on, or merge this pull request online at:
https://github.com/JoeDog/siege/pull/34 Commit Summary
- Delete useless memory copy.
- Fixed error that the request maybe included the post data.
File Changes
- M src/url.c https://github.com/JoeDog/siege/pull/34/files#diff-0 (3)
Patch Links:
— Reply to this email directly or view it on GitHub https://github.com/JoeDog/siege/pull/34.
If the request below was in URL file, the request would contained the post data after the request.