summaryrefslogtreecommitdiffstats
path: root/test/files/07-pipelined-connection.t
blob: 07ef6036949d1e618dbcb766333b5bc9b5e90cfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
>>>
GET /first HTTP/1.1

GET /second HTTP/1.1


<<<
HTTP/1.0 200 OK
Content-Length: 12

Hello World!
HTTP/1.0 200 OK
Content-Length: 12

Hello World!