(self)
| 426 | self.close() |
| 427 | |
| 428 | def close_connection(self): |
| 429 | self._handler._remove_connection(self._host, self._connection, close=1) |
| 430 | self.close() |
| 431 | |
| 432 | def info(self): |
| 433 | return self.headers |
nothing calls this directly
no test coverage detected