You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by du...@apache.org on 2007/11/01 14:34:08 UTC

svn commit: r591000 - /webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_stream.c

Author: dumindu
Date: Thu Nov  1 06:34:07 2007
New Revision: 591000

URL: http://svn.apache.org/viewvc?rev=591000&view=rev
Log:
Applying patch sent by Senaka for Jira issue AXIS2C-728.


Modified:
    webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_stream.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_stream.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_stream.c?rev=591000&r1=590999&r2=591000&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_stream.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/sender/ssl/ssl_stream.c Thu Nov  1 06:34:07 2007
@@ -145,6 +145,8 @@
     AXIS2_ENV_CHECK(env, AXIS2_CRITICAL_FAILURE);
 
     stream_impl = AXIS2_INTF_TO_IMPL(stream);
+    
+    SSL_set_mode(stream_impl->ssl, SSL_MODE_AUTO_RETRY); 
 
     read = SSL_read(stream_impl->ssl, buffer, count);
     switch (SSL_get_error(stream_impl->ssl, read))



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org