cvs commit: jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni SSLServer.java

2005-06-21 Thread jfclere
jfclere 2005/06/21 06:51:03 Modified:jni/examples/org/apache/tomcat/jni SSLServer.java Log: Prevent it from looping when the client closes the communication. Revision ChangesPath 1.11 +13 -9

cvs commit: jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni SSLServer.java

2005-06-21 Thread jfclere
jfclere 2005/06/21 09:20:45 Modified:jni/examples/org/apache/tomcat/jni SSLServer.java Log: typo. Revision ChangesPath 1.12 +1 -2 jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni/SSLServer.java Index: SSLServer.java

cvs commit: jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni SSLServer.java

2005-06-15 Thread jfclere
jfclere 2005/06/15 08:15:54 Modified:jni/examples/org/apache/tomcat/jni SSLServer.java Log: test retcode of recv() to prevent the example for looping. BTW: When testing with openssl 'Q' closes the socket in openssl ' Q' could be used to get the closing in SSLServer.