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 rhettinger
Recipients cheryl.sabella, rhettinger
Date 2018-12-23.01:19:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545527961.69.0.0770528567349.issue35565@roundup.psfhosted.org>
In-reply-to
Content
On line 236 in Lib/wsgiref/handlers.py, we get the assertion message, "Hop-by-hop headers not allowed".   

That message should should show the *name* and *value* that triggered the failure.  Otherwise, it is difficult to know which header caused the problem (in my case, it was Connection: close).
History
Date User Action Args
2018-12-23 01:19:24rhettingersetrecipients: + rhettinger, cheryl.sabella
2018-12-23 01:19:21rhettingersetmessageid: <1545527961.69.0.0770528567349.issue35565@roundup.psfhosted.org>
2018-12-23 01:19:21rhettingerlinkissue35565 messages
2018-12-23 01:19:21rhettingercreate