~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
            self._set_connection(connection, None)
111
111
        return connection
112
112
 
113
 
    def should_cache(self):
114
 
        """Return True if the data pulled across should be cached locally.
115
 
        """
116
 
        return True
117
 
 
118
113
    def has(self, relpath):
119
114
        """See Transport.has()"""
120
115
        # We set NO BODY=0 in _get_full, so it should be safe