186
186
self._ftpd_starting.acquire()
187
187
self._ftpd_starting.release()
191
191
# Tell the server to stop, but also close the server socket for tests
192
192
# that start the server but never initiate a connection. Closing the
193
193
# socket should be done first though, to avoid further connections.