~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/http_utils.py

  • Committer: Vincent Ladeuil
  • Date: 2010-06-23 16:43:16 UTC
  • mto: (5247.3.43 smart-server-leaks)
  • mto: This revision was merged to the branch mainline in revision 5396.
  • Revision ID: v.ladeuil+lp@free.fr-20100623164316-yffl9m72oh8jy46a
Closing the connection is what pycurl was waiting for.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 
112
112
    # These attributes can be overriden or parametrized by daughter clasess if
113
113
    # needed, but must exist so that the create_transport_readonly_server()
114
 
    # method (or any method creating an http(s) server can propagate it.
 
114
    # method (or any method creating an http(s) server) can propagate it.
115
115
    _protocol_version = None
116
116
    _url_protocol = 'http'
117
117