mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
test_httplib
|
|
reply: 'HTTP/1.1 200 Ok\r\n'
|
|
Text
|
|
reply: 'HTTP/1.1 400.100 Not Ok\r\n'
|
|
BadStatusLine raised as expected
|