Kiln » Dependencies » Dulwich Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master-1, master-0, and 0.9.4

Merge removal of unused variable.

Changeset 8206b81ac8b6

Parents 7404c13caf99

Parents 1686af8020b9

by Jelmer Vernooij

Changes to one file · Browse files at 8206b81ac8b6 Showing diff from parent 7404c13caf99 1686af8020b9 Diff from another changeset...

Change 1 of 1 Show Entire File dulwich/​web.py Stacked
 
354
355
356
357
358
359
360
 
354
355
356
 
357
358
359
@@ -354,7 +354,6 @@
    def __call__(self, environ, start_response):   if environ.get('HTTP_CONTENT_ENCODING', '') == 'gzip': - zlength = int(environ.get('CONTENT_LENGTH', '0'))   environ.pop('HTTP_CONTENT_ENCODING')   if 'CONTENT_LENGTH' in environ:   del environ['CONTENT_LENGTH']