Changes between Initial Version and Version 1 of Ticket #16674, comment 4


Ignore:
Timestamp:
May 8, 2015, 10:05:27 AM (9 years ago)
Author:
johnhomes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16674, comment 4

    initial v1  
    1010        return ['Custom error message']
    1111}}}
    12 
     12 [http://lockerdome.com/blog]
    1313The spec only says that the container may re-raise the exception if the headers have already been sent, which is clearly not the case if the app only calls start_response() once, as Django's WSGIHandler does.  This seems pretty clear from both the wording in the PEP and the wsgiref reference implementation.
Back to Top