mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
5 lines
117 B
Text
5 lines
117 B
Text
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
|