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 di...@apache.org on 2006/12/06 12:37:42 UTC

svn commit: r483040 - /webservices/axis2/trunk/c/modules/core/transport/http/sender/rest_sender.c

Author: dinesh
Date: Wed Dec  6 03:37:41 2006
New Revision: 483040

URL: http://svn.apache.org/viewvc?view=rev&rev=483040
Log:
transport headers array list

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

Modified: webservices/axis2/trunk/c/modules/core/transport/http/sender/rest_sender.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/sender/rest_sender.c?view=diff&rev=483040&r1=483039&r2=483040
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/sender/rest_sender.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/sender/rest_sender.c Wed Dec  6 03:37:41 2006
@@ -380,11 +380,11 @@
 	/**
 	 *If user need to add http headers to request, Need to create
 	 *array list with http headers and set it as a propety with name
-	 *AXIS2_HTTP_HEADER_PROPERTY
+	 *AXIS2_TRANSPORT_HEADER_PROPERTY
 	 */
 	http_header_property = (axis2_property_t *)AXIS2_MSG_CTX_GET_PROPERTY(
 		msg_ctx, env,
-		AXIS2_HTTP_HEADER_PROPERTY,
+		AXIS2_TRANSPORT_HEADER_PROPERTY,
 		AXIS2_FALSE);
 	if (http_header_property)
 	{



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