blob: 1516da5e07f58aaa1b404021d1f5f63fa992508f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
[lone-cr.window.html]
[Parsing response with a lone CR before message-body (HTTP/1.1\r200 OK\n\nBODY)]
expected: FAIL
[Parsing response with a lone CR before message-body (HTTP/1.1 200\rOK\n\nBODY)]
expected: FAIL
[Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\n\rHeader: Value\n\nBODY)]
expected: FAIL
[Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader\r: Value\n\nBODY)]
expected: FAIL
[Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader:\r Value\n\nBODY)]
expected: FAIL
[Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader: Value\r\n\nBody)]
expected: FAIL
[Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader: Value\r\r\nBODY)]
expected: FAIL
[Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader: Value\rHeader2: Value2\n\nBODY)]
expected: FAIL
[Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader: Value\n\rBODY)]
expected: FAIL
[Parsing response with a lone CR before message-body (HTTP/1.1 200 OK\nHeader: Value\n\r)]
expected: FAIL
|