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-07.15:59:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CA+ULCcG7V5gGEhtqHHNf0nQow7H=VrTCsva42YujBysPaoz8HA@mail.gmail.com>
In-reply-to <CAP7+vJKzMZM_cFXhkWvXaTbwNY7KME93zVFcQZRFi4UiEwJF3g@mail.gmail.com>
Content
I would like to focus the issue as was initially described, Im still
convinced that this is a buggy behaviour. As has been seen other systems
such as python sync or nodejs behaves as is expected.

This last one is IMHO something that can be skipped.

Im wondering how curio or trio will handle this scenario. My bet is on as
nodejs.

El 07/07/2017 17:06, "Guido van Rossum" <report@bugs.python.org> escribió:

>
> Guido van Rossum added the comment:
>
> But half closed state is already supported.
>
> On Jul 7, 2017 2:37 AM, "Dima Tisnek" <report@bugs.python.org> wrote:
>
> >
> > Dima Tisnek added the comment:
> >
> > It seems Guido sets a higher bar on the proposed change.
> >
> > @pfreixes, if you can show that this change is needed to implement "TCP
> > half-closed" state (i.e. when remote calls shutdown(SHUT_WR) after it's
> > done sending data but continues to recv(), then local is expected to read
> > out the data, and then confirm reception and issue it's own
> > shutdown(SHUT_WR) so that remote gets the acknowledgement), then there
> > would be no question.
> >
> > ----------
> >
> > _______________________________________
> > Python tracker <report@bugs.python.org>
> > <http://bugs.python.org/issue30861>
> > _______________________________________
> >
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue30861>
> _______________________________________
>
History
Date User Action Args
2017-07-07 15:59:13pfreixessetrecipients: + pfreixes, gvanrossum, Dima.Tisnek, yselivanov
2017-07-07 15:59:13pfreixeslinkissue30861 messages
2017-07-07 15:59:13pfreixescreate