Skip to content

Instantly share code, notes, and snippets.

@zuk
Created June 6, 2013 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuk/5723026 to your computer and use it in GitHub Desktop.
Save zuk/5723026 to your computer and use it in GitHub Desktop.
Send aborted HTTP request for testing handling of broken requests
curl http://127.0.0.1:8080/ &
P=$!
sleep 0.008 && kill -9 $P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment