/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/transport/http/wsgi.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-16 23:19:12 UTC
  • mfrom: (7180 work)
  • mto: This revision was merged to the branch mainline in revision 7294.
  • Revision ID: jelmer@jelmer.uk-20181116231912-e043vpq22bdkxa6q
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
 
32
32
def make_app(root, prefix, path_var='REQUEST_URI', readonly=True,
33
 
    load_plugins=True, enable_logging=True):
 
33
             load_plugins=True, enable_logging=True):
34
34
    """Convenience function to construct a WSGI bzr smart server.
35
35
 
36
36
    :param root: a local path that requests will be relative to.
116
116
        # protocol dictionary, we don't *just in case* there are parts of
117
117
        # breezy that will invoke 'get_transport' on urls rather than cloning
118
118
        # around the existing transport.
119
 
        #self.chroot_server.stop_server()
 
119
        # self.chroot_server.stop_server()
120
120
 
121
121
    def __call__(self, environ, start_response):
122
122
        """WSGI application callable."""