Windows NIO bug?

Simone Bordet simone.bordet at gmail.com
Sun Jul 8 17:01:16 UTC 2018


Hi,

On Sun, Jul 8, 2018 at 6:04 PM Alan Bateman <Alan.Bateman at oracle.com> wrote:
> The case where the peer is writing is problematic. The connection is
> half closed but this doesn't prevent the peer from writing bytes and
> potentially blocking when the socket buffers are full. When the
> connection is eventually closed (because the server performs a selector
> operation) then it close the connection that leads to the RST that you
> expect.
>
> Hopefully this you a better understanding of what is going on.

Yes, we will update accordingly.

As I said, would be great if this is documented somewhere.

Thanks!

-- 
Simone Bordet
---
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


More information about the nio-dev mailing list