# HG changeset patch # User Laurent Peuch # Date 1575567549 -3600 # Node ID fb0936668535f2da74bbd485a27154d1ca1d9eea # Parent 91e2625565731c15c52dfdb9342f95ae4a65262f [comment] add comment for maybe unhandled situation diff -r 91e262556573 -r fb0936668535 cubicweb/server/repository.py --- a/cubicweb/server/repository.py Thu Dec 05 18:38:00 2019 +0100 +++ b/cubicweb/server/repository.py Thu Dec 05 18:39:09 2019 +0100 @@ -190,6 +190,7 @@ yield cnxset def close(self): + # XXX we don't close the connection when there is no queue? if self._queue is not None: while not self._queue.empty(): cnxset = self._queue.get_nowait()