~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 4628.1.2.

  • Committer: Vincent Ladeuil
  • Date: 2009-08-19 16:33:39 UTC
  • mto: (4630.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4631.
  • Revision ID: v.ladeuil+lp@free.fr-20090819163339-80g9c3lad00wpe0v
More complete fix.

* bzrlib/transport/http/_urllib2_wrappers.py:
(AbstractHTTPHandler.retry_or_raise): ECONNRESET should be
translated into ConnectionReset. It's pretty rare that it can
occur during the request sending, but it has been observed during
selftest runs.

* bzrlib/transport/http/_pycurl.py:
(PyCurlTransport._curl_perform): Turns CURLE_RECV_ERROR into a
ConnectionReset instead of a ConnectionError or some callers won't
catch it properly.

* bzrlib/transport/http/__init__.py:
(SmartClientHTTPMedium.send_http_smart_request): Catch
ConnectionReset and turn into a SmartProtocolError like for
InvalidHttpResponse.

* bzrlib/tests/test_http.py:
(TestWallServer.test_http_has, TestWallServer.test_http_get):
ConnectionReset can be raised too.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: