Fixed.
I noticed, that the function sblock() and sononblock() for
defined(NETWARE) && defined(__NOVELL_LIBC__)
use the same code as for Unix (and not as for WIN32), although in all
other places it behaves like WIN32.
Until before r300800 (10.06.2005, first released in 1.2.14) Netware
uncondit
[EMAIL PROTECTED] wrote:
Log:
Add function description comments and
switch return values of jk_is_socket_connected()
from 0/1 to JK_FALSE/JK_TRUE.
-return nr == 0 ? 0 : 1;
+return nr == JK_FALSE ? JK_FALSE : JK_TRUE;
int nr;
if (ioctl(sock, FIONREAD,
Author: rjung
Date: Tue Dec 11 14:57:59 2007
New Revision: 603400
URL: http://svn.apache.org/viewvc?rev=603400&view=rev
Log:
Add function description comments and
switch return values of jk_is_socket_connected()
from 0/1 to JK_FALSE/JK_TRUE.
Modified:
tomcat/connectors/trunk/jk/native/common/