cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c jk_connect.h

2005-04-24 Thread mturk
mturk 2005/04/24 02:52:57 Modified:jk/native/common jk_connect.c jk_connect.h Log: Added jk_shutdown_socket function, that cracefully closes the AJP connection by sending FIN. Should help resolving WAIT_CLOSE sockets on some unixes. Revision ChangesPath 1.54

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_connect.c jk_connect.h

2005-02-16 Thread mturk
mturk 2005/02/16 23:09:27 Modified:jk/native/common jk_connect.c jk_connect.h Log: Remove socket_timeout settings except for WIN32 platforms. Also add nonblocking is_connected function. Unlike cping/cpong this one checks the physical condition of the wire. Revision