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 sankov_da
Recipients
Date 2004-02-02.16:04:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When i use non-blocking socket, connect() method of
asyncore.dispatcher class looks like works incorrect.

Example: if connection have not established then socket
merely closed and handle_error not called and no
exception throwed.

One more example: if writable() and readble() methods
returns zero than handle_connect() will never be called
even if connection will be established.

Thanks.
History
Date User Action Args
2007-08-23 14:19:43adminlinkissue889153 messages
2007-08-23 14:19:43admincreate