[Issue 17478] Socket.select return a write status change, but no connection is established.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jun 8 20:06:48 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17478

spring <encounterspring at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from spring <encounterspring at gmail.com> ---
thanks for your reply.

i misunderstand the c's api select.

Either established or error occurred , a write status will change.

i'm afraid the d document
[https://dlang.org/library/std/socket/socket.select.html] has a little mistake.
for a connecting socket , a writet status change . may establelished or error
occurred.

--


More information about the Digitalmars-d-bugs mailing list