-
Committer:
v.ladeuil+lp at free
-
Date:
2006-10-25 17:47:10 UTC
-
mto:
(2145.1.1 keepalive)
-
mto:
This revision was merged to the branch mainline in
revision
2146.
-
Revision ID:
v.ladeuil+lp@free.fr-20061025174710-b8bea783ced1169f
Fix the race condition again and correct some small typos to be in
line with the incremental patches to be proposed.
* bzrlib/transport/http/_pycurl.py:
(PyCurlTransport._curl_perform): Why not inverting them ?
* bzrlib/tests/test_http.py:
(TestWallServer.test_http_has): Whatever we try, httplib still may
raise BadStatusLine, which will be translated to
InvalidHttpResponse, so catch that too.
* bzrlib/tests/HTTPTestUtil.py:
(WallRequestHandler.handle_one_request): Previous fix was not
enough, revert it.