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 pfreixes
Recipients Dima.Tisnek, gvanrossum, pfreixes, yselivanov
Date 2017-07-17.14:35:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500302155.51.0.449003995206.issue30861@psf.upfronthosting.co.za>
In-reply-to
Content
The following links point to three different implementations of the same scenario using a Twisted, Node and Python blocking clients that try to reproduce the same scenario.

- Twisted https://gist.github.com/pfreixes/0d8b24b98567e557d6059b3308aa07ca
- Node https://gist.github.com/pfreixes/b62c199e62ae09d1a5b9e13652c7a273
- Python blocking https://gist.github.com/pfreixes/7a85e43642782eb7e7d0669eadd0216a

All of them are able to give you the buffer when the RST package was already processed by the OS.

I'm still trying to get a Java client, but TBH I won't expect a different behavior.
History
Date User Action Args
2017-07-17 14:35:55pfreixessetrecipients: + pfreixes, gvanrossum, Dima.Tisnek, yselivanov
2017-07-17 14:35:55pfreixessetmessageid: <1500302155.51.0.449003995206.issue30861@psf.upfronthosting.co.za>
2017-07-17 14:35:55pfreixeslinkissue30861 messages
2017-07-17 14:35:55pfreixescreate