Hi there,
I'm developing a small HTTP webserver named serverino.
Serverino is supposed to work as proxy under a full webserver, like nginx.<p>I wonder if you can help me testing it not ddos-ing/spamming requests but trying to crash it with bad/strange/malformed requests.<p>There is an instance running on a small server online here: http://test.andreafontana.it (https too), shielded under nginx.<p>The same instance is running on-the-wild on port 57123.<p>Source code: https://github.com/trikko/serverino<p>You can report anything on github or here :)
Install `siege` if you don't have it and run `siege <a href="http://test.andreafontana.it" rel="nofollow">http://test.andreafontana.it</a> -c 100 -t 1m`; it should be more than enough.