~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/HttpServer.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-19 10:17:53 UTC
  • mfrom: (2832.1.1 bzr.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070919101753-4e8wasie12tewyjv
Fix #140614 selftest noise re _http_start

Show diffs side-by-side

added added

removed removed

Lines of Context:
326
326
        self._http_base_url = '%s://%s:%s/' % (self._url_protocol,
327
327
                                               self.host,
328
328
                                               self.port)
329
 
        self._http_starting.release()
330
329
        httpd.socket.settimeout(0.1)
 
330
        self._http_starting.release()
331
331
 
332
332
        while self._http_running:
333
333
            try: