tests: Fix a couple of incomplete response lines
This commit is contained in:
Родитель
2fab0d45a9
Коммит
6543f6e36c
|
@ -12,7 +12,7 @@ Content-Range
|
|||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.1 OK swsclose
|
||||
HTTP/1.1 200 OK swsclose
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Accept-Ranges: bytes
|
||||
|
|
|
@ -8,7 +8,7 @@ HTTP
|
|||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.1 200
|
||||
HTTP/1.1 200 OK
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fakem
|
||||
Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
|
||||
|
@ -20,7 +20,7 @@ Hello World
|
|||
</data>
|
||||
|
||||
<datacheck>
|
||||
HTTP/1.1 200
|
||||
HTTP/1.1 200 OK
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fakem
|
||||
Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
|
||||
|
@ -28,7 +28,7 @@ Content-Type: text/html
|
|||
Content-Length: 12
|
||||
Connection: close
|
||||
|
||||
HTTP/1.1 200
|
||||
HTTP/1.1 200 OK
|
||||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fakem
|
||||
Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
|
||||
|
|
|
@ -10,7 +10,7 @@ Content-Range
|
|||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
HTTP/1.1 OK swsclose
|
||||
HTTP/1.1 200 OK swsclose
|
||||
|
||||
</data>
|
||||
</reply>
|
||||
|
|
Загрузка…
Ссылка в новой задаче