You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/01/26 10:49:28 UTC

svn commit: r372493 - /webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c

Author: samisa
Date: Thu Jan 26 01:49:23 2006
New Revision: 372493

URL: http://svn.apache.org/viewcvs?rev=372493&view=rev
Log:
Fix to get the socket client working

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c

Modified: webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c?rev=372493&r1=372492&r2=372493&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c Thu Jan 26 01:49:23 2006
@@ -729,7 +729,7 @@
 	}
 	if(((axis2_callback_info_t*)ctx)->unread_len <= 0)
 	{
-		return -1;
+		return 0;
 	}
 	in_stream = ((axis2_callback_info_t*)ctx)->in_stream;
 	env = &((axis2_callback_info_t*)ctx)->env;