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 di...@apache.org on 2007/03/05 11:41:48 UTC

svn commit: r514641 - in /webservices/axis2/trunk/c: include/axis2_http_transport.h modules/core/transport/http/sender/http_client.c samples/user_guide/clients/echo_non_blocking_dual.c util/src/stream.c

Author: dinesh
Date: Mon Mar  5 02:41:47 2007
New Revision: 514641

URL: http://svn.apache.org/viewvc?view=rev&rev=514641
Log:
axis2c-466:echo non blocking hang indefinetly, fixed

Modified:
    webservices/axis2/trunk/c/include/axis2_http_transport.h
    webservices/axis2/trunk/c/modules/core/transport/http/sender/http_client.c
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking_dual.c
    webservices/axis2/trunk/c/util/src/stream.c

Modified: webservices/axis2/trunk/c/include/axis2_http_transport.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_transport.h?view=diff&rev=514641&r1=514640&r2=514641
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_transport.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_transport.h Mon Mar  5 02:41:47 2007
@@ -365,7 +365,7 @@
 /**
  * DEFAULT_SO_TIMEOUT
  */
-#define AXIS2_HTTP_DEFAULT_SO_TIMEOUT 30000
+#define AXIS2_HTTP_DEFAULT_SO_TIMEOUT 60000
 
 /**
  * DEFAULT_CONNECTION_TIMEOUT

Modified: webservices/axis2/trunk/c/modules/core/transport/http/sender/http_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/sender/http_client.c?view=diff&rev=514641&r1=514640&r2=514641
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/sender/http_client.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/sender/http_client.c Mon Mar  5 02:41:47 2007
@@ -1,3 +1,4 @@
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with

Modified: webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking_dual.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking_dual.c?view=diff&rev=514641&r1=514640&r2=514641
==============================================================================
--- webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking_dual.c (original)
+++ webservices/axis2/trunk/c/samples/user_guide/clients/echo_non_blocking_dual.c Mon Mar  5 02:41:47 2007
@@ -133,7 +133,7 @@
             /* We are done with the callback */
             break;
         }
-        AXIS2_SLEEP(1);
+/*         AXIS2_SLEEP(1); */
         count++;
     }
 

Modified: webservices/axis2/trunk/c/util/src/stream.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/stream.c?view=diff&rev=514641&r1=514640&r2=514641
==============================================================================
--- webservices/axis2/trunk/c/util/src/stream.c (original)
+++ webservices/axis2/trunk/c/util/src/stream.c Mon Mar  5 02:41:47 2007
@@ -623,3 +623,6 @@
     return len;
 }
 /********************** End of Socket Stream Operations ***********************/
+
+
+



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