Peter Stuge <pe...@stuge.se> wrote:

> I mostly like it, but..
> 
> E L wrote:
> > +        case WSAENOTCONN:
> > +        case WSAECONNABORTED:
> > +            errno = WSAENOTCONN;
> > +            break;
> 
> ..is it really wise to mix WSAE with E error codes?
> 
No.
That was part of the code that I moved, but I missed that issue.  It should be 
ENOTCONN.


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to