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