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 BreamoreBoy, docs@python, martin.panter, shevek
Date 2016-02-19.22:53:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455922426.52.0.129437482285.issue13354@psf.upfronthosting.co.za>
In-reply-to
Content
Bas: I think you need to provide more information. Are you talking about protocols like HTTP, where multiple high-level (HTTP-level) requests are made over a single low-level (socket-level) connection? Some example code might help.

Overriding shutdown_request() sounds like a bad idea. I think you eventually would want to truly shutdown the connection. Perhaps it is better to override process_request() and avoid it calling shutdown() until it is ready.
History
Date User Action Args
2016-02-19 22:53:46martin.pantersetrecipients: + martin.panter, shevek, docs@python, BreamoreBoy
2016-02-19 22:53:46martin.pantersetmessageid: <1455922426.52.0.129437482285.issue13354@psf.upfronthosting.co.za>
2016-02-19 22:53:46martin.panterlinkissue13354 messages
2016-02-19 22:53:46martin.pantercreate