Changes between Initial Version and Version 1 of Ticket #16855, comment 38
- Timestamp:
- 03/26/2011 03:30:33 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16855, comment 38
initial v1 1 1 Here is an update with a testset of 31.000 uri's I did on the same config as above: 2 2 3 Error Messages or Blank: 4 3 5 {{{ 4 (empty) 86 (empty) 873 5 7 Empty reply from server 18 6 Forbidden 166 7 Gateway Timeout 2 8 Gone 27 9 Internal Server Error 52 10 Locked 2 11 Moved Permanently 5 12 Multiple Choices 2 13 Not Found 2106 14 Not Implemented 2 15 Not Modified 2 16 OK 18509 17 Service Unavailable 8 18 Unauthorized 7 19 <url> malformed 321 20 Bad Gateway 11 21 Bad Request 64 8 <url> malformed 321 (probably my fault) 22 9 couldn't connect to host 153 23 10 Couldn't resolve host (... with name) : estimate: 25 24 11 }}} 25 12 26 Or in error codes:13 Error Codes: 27 14 28 15 {{{ 29 (empty) 873 30 0 8 31 200 18509 32 300 2 33 301 5 34 304 2 35 400 64 36 401 7 37 403 166 38 404 2106 39 410 27 40 423 2 41 500 52 42 501 2 43 502 11 44 503 8 45 504 2 16 0 8 () 17 200 18509 (OK) 18 300 2 (Multiple Choices) 19 301 5 (Moved Permanently) 20 304 2 (Not Modified) (huh?) 21 400 64 (Bad Request) 22 401 7 (Unauthorized) 23 403 166 (Forbidden) 24 404 2106 (Not Found) (various) 25 410 27 (Gone) 26 423 2 (Locked) (HUH?) 27 500 52 (Internal Server Error) 28 501 2 (Not Implemented) 29 502 11 (Bad Gateway) 30 503 8 (Service Unavailable) 31 504 2 (Gateway Timeout) 46 32 }}} 47 33