~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/_pycurl.py

  • Committer: Adeodato Simó
  • Date: 2006-07-28 16:05:23 UTC
  • mto: (1558.14.10 Aaron's integration)
  • mto: This revision was merged to the branch mainline in revision 1889.
  • Revision ID: dato@net.com.org.es-20060728160523-8be0e372b34f3c89
Do not separate paragraphs in the copyright statement with blank lines,
but with lines containing only #.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""http/https transport using pycurl"""
18
18
 
19
19
# TODO: test reporting of http errors
20
 
 
 
20
#
21
21
# TODO: Transport option to control caching of particular requests; broadly we
22
22
# would want to offer "caching allowed" or "must revalidate", depending on
23
23
# whether we expect a particular file will be modified after it's committed.