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 na...@apache.org on 2007/04/24 13:59:42 UTC

svn commit: r531890 - /webservices/axis2/trunk/c/src/core/transport/http/sender/http_client.c

Author: nandika
Date: Tue Apr 24 04:59:41 2007
New Revision: 531890

URL: http://svn.apache.org/viewvc?view=rev&rev=531890
Log:
log message added

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

Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/http_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/sender/http_client.c?view=diff&rev=531890&r1=531889&r2=531890
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/sender/http_client.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/sender/http_client.c Tue Apr 24 04:59:41 2007
@@ -386,6 +386,7 @@
     if (-1 == client->sockfd || ! client->data_stream ||
             AXIS2_FALSE == client->request_sent)
     {
+		AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[axis2c] client data stream  null or socket error");
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_HTTP_REQUEST_NOT_SENT,
                 AXIS2_FAILURE);
         return -1;
@@ -408,6 +409,7 @@
 
         if (read < 0)
         {
+			AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "[axis2c] http client , response timed out");
             AXIS2_ERROR_SET(env->error,
                     AXIS2_ERROR_RESPONSE_TIMED_OUT,
                     AXIS2_FAILURE);



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