Rude responses (non-valid HTTP responses) are generated based on the path specified in the request received. Here is a list of the paths and corresponding rude responses:
| URL | response |
|---|---|
| / | This page (not a rude response) |
| /random | a randomly selected choice of rude responses (from the items below) |
| /nulls | a bunch of null ('\0') bytes |
| /nocl | No Content-length header |
| /nostatus | invalid status line |
| /badheader | a bad (big!) header line |
None of these should mess up your proxy (kill it or get it to stop handling clients).