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 martin.panter
Recipients martin.panter, palaviv
Date 2016-02-14.05:12:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455426774.19.0.134320605425.issue26309@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the test, but it is a bit confusing to have the shutdown_request() method call finish_request() and actually do normal request handling. Maybe it would be better to not handle the request (and not test that a response is received), and just check that shutdown_request() is called or that the client socket is explicitly closed.
History
Date User Action Args
2016-02-14 05:12:54martin.pantersetrecipients: + martin.panter, palaviv
2016-02-14 05:12:54martin.pantersetmessageid: <1455426774.19.0.134320605425.issue26309@psf.upfronthosting.co.za>
2016-02-14 05:12:54martin.panterlinkissue26309 messages
2016-02-14 05:12:53martin.pantercreate