diff options
Diffstat (limited to 'Lib/test/output/test_httplib')
-rw-r--r-- | Lib/test/output/test_httplib | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_httplib b/Lib/test/output/test_httplib index 811e680..302b876 100644 --- a/Lib/test/output/test_httplib +++ b/Lib/test/output/test_httplib @@ -8,4 +8,6 @@ InvalidURL raised as expected reply: 'HTTP/1.1 200 OK\r\n' header: Set-Cookie: Customer="WILE_E_COYOTE"; Version="1"; Path="/acme" header: Set-Cookie: Part_Number="Rocket_Launcher_0001"; Version="1"; Path="/acme" +reply: 'HTTP/1.1 200 OK\r\n' +header: Content-Length: 14432 |