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 WildCard65
Recipients WildCard65, berker.peksag, martin.panter, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2018-01-27.16:10:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517069438.32.0.467229070634.issue25095@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I found another way to apply the solution to this issue, that is by adding the "Connection" header (with value of "close") to the client's request instead of the server's response.

I'm going to use this other method as the client is expected to expect the server to shutdown the connection (as it asked the server to).
History
Date User Action Args
2018-01-27 16:10:38WildCard65setrecipients: + WildCard65, terry.reedy, paul.moore, vstinner, tim.golden, berker.peksag, martin.panter, zach.ware, steve.dower
2018-01-27 16:10:38WildCard65setmessageid: <1517069438.32.0.467229070634.issue25095@psf.upfronthosting.co.za>
2018-01-27 16:10:38WildCard65linkissue25095 messages
2018-01-27 16:10:38WildCard65create