|
|
| version 1.2, 2020/10/14 21:19:06 | version 1.5, 2024/05/26 18:20:41 |
|---|---|
| Line 1 | Line 1 |
| Content-Type: text/html | Content-Type: text/html |
| Content-Length: 3617 | Content-Length: 4123 |
| 1. slow test result: | 1. slow test result: |
| { | { |
| Line 42 Content-Length: 3617 | Line 42 Content-Length: 3617 |
| "text":"body\n...................................................................................................." | "text":"body\n...................................................................................................." |
| } | } |
| 3. invalid-content-length test result: | 3. invalid-content-length test result: |
| Type: parser.runtime, | Exception type: parser.runtime, |
| Source: http://www.parser.ru/_/tests/nph-379.pl?invalid-content-length, | Source: http://www.parser.ru/_/tests/nph-379.pl?invalid-content-length, |
| Comment: content size of 10000000000 bytes exceeds the limit (536870912 bytes) | Comment: content size of 10000000000 bytes exceeds the limit (536870912 bytes) |
| 4. empty-body test result: | 4. empty-body test result: |
| Line 138 Comment: content size of 10000000000 byt | Line 138 Comment: content size of 10000000000 byt |
| "text":"" | "text":"" |
| } | } |
| 7.1 bad-headers test result: | 7.1 bad-headers test result: |
| Type: http.response, | Exception type: http.response, |
| Source: http://www.parser.ru/_/tests/nph-379.pl?bad-headers, | Source: http://www.parser.ru/_/tests/nph-379.pl?bad-headers, |
| Comment: bad response from host - bad header ":value" | Comment: bad response from host - bad header ":value" |
| 7.2 bad-cookies test result: | |
| { | |
| "class":"file", | |
| "name":"nph-379.pl", | |
| "size":5, | |
| "mode":"text", | |
| "content-type":"text\/plain", | |
| "tables":{ | |
| "CONTENT-TYPE":[ | |
| {"value":"text\/plain"} | |
| ], | |
| "SET-COOKIE":[ | |
| {"value":"no-value"} | |
| ] | |
| }, | |
| "CONTENT-TYPE":"text\/plain", | |
| "SET-COOKIE":"no-value", | |
| "cookies":[ | |
| {"name":"no-value","value":"","expires":"","max-age":"","domain":"","path":"","httponly":"","secure":""} | |
| ], | |
| "status":200, | |
| "text":"body\n" | |
| } | |
| 8. invalid-status test result: | 8. invalid-status test result: |
| Type: number.format, | Exception type: number.format, |
| Source: http://www.parser.ru/_/tests/nph-379.pl?invalid-status, | Source: http://www.parser.ru/_/tests/nph-379.pl?invalid-status, |
| Comment: 'bad' is invalid number (int) for HTTP status | Comment: 'bad' is invalid number (int) for HTTP status |
| 9. no-status-1 test result: | 9. no-status-1 test result: |
| Type: http.status, | Exception type: http.status, |
| Source: HTTP/1.0 OK, | Source: HTTP/1.0 OK, |
| Comment: invalid HTTP response status | Comment: invalid HTTP response status |
| 10. no-status-2 test result: | 10. no-status-2 test result: |
| Type: http.status, | Exception type: http.status, |
| Source: HTTP/1.0 OK, | Source: HTTP/1.0 OK, |
| Comment: invalid HTTP response status | Comment: invalid HTTP response status |
| 11. no-status-3 test result: | 11. no-status-3 test result: |
| Type: http.status, | Exception type: http.status, |
| Source: HTTP/1.0, | Source: HTTP/1.0, |
| Comment: invalid HTTP response status | Comment: invalid HTTP response status |
| 12. strange-status test result: | 12. strange-status test result: |
| Type: number.format, | Exception type: number.format, |
| Source: http://www.parser.ru/_/tests/nph-379.pl?strange-status, | Source: http://www.parser.ru/_/tests/nph-379.pl?strange-status, |
| Comment: '200OK?' is invalid number (int) for HTTP status | Comment: '200OK?' is invalid number (int) for HTTP status |
| 13. strange-content-length-1 test result: | 13. strange-content-length-1 test result: |
| Type: number.format, | Exception type: number.format, |
| Source: http://www.parser.ru/_/tests/nph-379.pl?strange-content-length-1, | Source: http://www.parser.ru/_/tests/nph-379.pl?strange-content-length-1, |
| Comment: '-1' is invalid number (int) for content-length | Comment: '-1' is invalid number (int) for content-length |
| 14. strange-content-length-2 test result: | 14. strange-content-length-2 test result: |
| Type: number.format, | Exception type: number.format, |
| Source: http://www.parser.ru/_/tests/nph-379.pl?strange-content-length-2, | Source: http://www.parser.ru/_/tests/nph-379.pl?strange-content-length-2, |
| Comment: '200OK?' is invalid number (int) for content-length | Comment: '200OK?' is invalid number (int) for content-length |