(self)
| 410 | self.unfakehttp() |
| 411 | |
| 412 | def test_read_0_9(self): |
| 413 | # "0.9" response accepted (but not "simple responses" without |
| 414 | # a status line) |
| 415 | self.check_read(b"0.9") |
| 416 | |
| 417 | def test_read_1_0(self): |
| 418 | self.check_read(b"1.0") |
nothing calls this directly
no test coverage detected