Hi,
Martin Kraemer has report me a small error in ajpv11_sendpacket: the
send of packet type 0 is always successfull... But it is tested in
ajpv11_handler. So find enclosed his correction.
Cheers
Jean-Frederic CLERE
--- jserv_ajpv11.c.org Fri Mar 31 18:03:23 2000
+++ jserv_ajpv11.c Tue Jul 4 16:38:35 2000
@@ -139,7 +139,7 @@
i=send(sock,"\x30\x30\x30\x30",4,0);
#endif
if (i==4) return 0;
- else return 0;
+ else return -1;
}
/* Format message */
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]