#965: CherryPy fails silently if headers passed to start_response() are in wrong
format
------------------------------------------+-------------------------------- -
Reporter: tuure.laurino...@indagon.com | Owner: fumanchu
Type: defect | Status: new
Priority: normal | Milestone:
Component: wsgiserver | Keywords:
------------------------------------------+-------------------------------- -
It appears that the CherryPy WSGI server fails silently if the headers
parameter passed to start_response(code, headers) is e.g. None. No output
is produced to client, and no log output anywhere where I could see it.
--
Ticket URL: <http://www.cherrypy.org/ticket/965>
CherryPy <http://www.cherrypy.org>
CherryPy - a pythonic, object-oriented HTTP framework