]> granicus.if.org Git - libevent/commit
the win32 changes for regress_http broke the regression test under unix. making...
authorNiels Provos <provos@gmail.com>
Fri, 28 Dec 2007 07:58:29 +0000 (07:58 +0000)
committerNiels Provos <provos@gmail.com>
Fri, 28 Dec 2007 07:58:29 +0000 (07:58 +0000)
commit024804cce7101c5d09bb58e85d4ca7cc83f3e44d
tree7057dcb97fa80cfa80d5c05d6cb164d911d32dfc
parent955c6abf5327f3ebfa01d58a870a458f6aca0504
the win32 changes for regress_http broke the regression test under unix.  making the socket non-blocking can return -1 on connect; so now, we need to check the errno; not sure if that is supported under windows.

svn:r621
test/regress_http.c