/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

Cleanup and refactor the server shutdown.

* bzrlib/tests/http_server.py:
(TestingHTTPServerMixin): Implement a proper server() method able
to clean after itself and interruptible by calling shutdown() from
another thread.
(HttpServer._get_httpd): The server has already got the address
from the socket, just get it from there.
(HttpServer._http_start): Delegate the service to the server
itself.
(HttpServer.tearDown): Call server.shutdown() since that's more
appropriate.

Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late 55 bytes Diff Download File
gzip_consumer.py 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late 1.8 KB Diff Download File
http_client.py 1393.2.1 20 years ago John Arbash Meinel Merged in split-storage-2 branch. Need to cleanup 7.8 KB Diff Download File
http_manager.py 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late 2.1 KB Diff Download File