JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.95k stars 385 forks source link

Fixed error that the request maybe include the post data in URL file. #34

Closed flygoast closed 8 years ago

flygoast commented 9 years ago

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
JoeDog commented 9 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

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/JoeDog/siege/pull/34.