Ticket #194: cascade.py.2.diff

File cascade.py.2.diff, 385 bytes (added by w31rd0, 5 years ago)
  • cascade.py

    old new  
    116116                        v.close() 
    117117            except self.catch_exceptions, e: 
    118118                pass 
     119        if copy_wsgi_input: 
     120            environ['wsgi.input'].seek(0) 
    119121        return self.apps[-1](environ, start_response) 
    120122 
    121123def _consuming_writer(s):