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 2008/01/29 21:35:48 UTC

svn commit: r616510 - /webservices/axis2/trunk/c/src/core/clientapi/svc_client.c

Author: dinesh
Date: Tue Jan 29 12:35:46 2008
New Revision: 616510

URL: http://svn.apache.org/viewvc?rev=616510&view=rev
Log:
fixed:880, thanks Senaka and Alastair for the input

Modified:
    webservices/axis2/trunk/c/src/core/clientapi/svc_client.c

Modified: webservices/axis2/trunk/c/src/core/clientapi/svc_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/clientapi/svc_client.c?rev=616510&r1=616509&r2=616510&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/svc_client.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/svc_client.c Tue Jan 29 12:35:46 2008
@@ -1269,6 +1269,13 @@
         return;
     }
 
+    if (svc_client->headers)
+    {
+        axis2_svc_client_remove_all_headers(svc_client, env);
+        axutil_array_list_free(svc_client->headers, env);
+        svc_client->headers = NULL;        
+    }
+
     if (svc_client->svc)
     {
         axis2_svc_free(svc_client->svc, env);



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