This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author grahamd
Recipients SilentGhost, animus, grahamd, martin.panter, orsenthil, Александр Эри
Date 2016-04-21.04:09:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461211753.65.0.90027682326.issue26808@psf.upfronthosting.co.za>
In-reply-to
Content
This gets even weirder.

Gunicorn behaves same as wsgiref.

However, it turns out they both only show the unexpected result if using curl. If you use safari they are both fine.

Waitress blows up altogether on it with an exception when you use curl as client, but is okay with Safari and gives what I expect.

My mod_wsgi package gives what I expect whether you use curl or Safari. So Apache may be doing some magic in there to allow it to always work. No idea. But obviously mod_wsgi rules as it works regardless. :-)

uWSGI doesn't want to compile on MacOS X for me at the moment.

That Apache works properly whether use curl or Safari and other WSGI servers don't suggests something is amiss.
History
Date User Action Args
2016-04-21 04:09:13grahamdsetrecipients: + grahamd, orsenthil, SilentGhost, martin.panter, animus, Александр Эри
2016-04-21 04:09:13grahamdsetmessageid: <1461211753.65.0.90027682326.issue26808@psf.upfronthosting.co.za>
2016-04-21 04:09:13grahamdlinkissue26808 messages
2016-04-21 04:09:13grahamdcreate