tells us that this request is now closed and the the connection is ready for another request
(self, request, host, connection)
| 209 | h.close() |
| 210 | |
| 211 | def _request_closed(self, request, host, connection): |
| 212 | """tells us that this request is now closed and the the |
| 213 | connection is ready for another request""" |
| 214 | self._cm.set_ready(connection, 1) |
| 215 | |
| 216 | def _remove_connection(self, host, connection, close=0): |
| 217 | if close: connection.close() |