Skip to content

Instantly share code, notes, and snippets.

@smly
Created September 21, 2013 02:57
Show Gist options
  • Select an option

  • Save smly/6646734 to your computer and use it in GitHub Desktop.

Select an option

Save smly/6646734 to your computer and use it in GitHub Desktop.
$ while (true); do curl -s -o /dev/null -w "%{http_code}\n" localhost:8080/bid; done
200
200
200
200
204
200
200
200
^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment