2

Is there any apps that can test a http server for robustness.

It would be great if it can send corrupt headers, missing headers, thrashing, attempting to keep connections open etc..

I'm writing a embedded http server in C..

1 Answers1

1

I'd throw the Apache test at it.

Zach Riggle
  • 2,975
  • 19
  • 26