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 da...@apache.org on 2010/01/26 15:28:23 UTC

svn commit: r903234 - /webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_worker.c

Author: damitha
Date: Tue Jan 26 14:28:22 2010
New Revision: 903234

URL: http://svn.apache.org/viewvc?rev=903234&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_worker.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_worker.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_worker.c?rev=903234&r1=903233&r2=903234&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_worker.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_worker.c Tue Jan 26 14:28:22 2010
@@ -286,8 +286,8 @@
 		axis2_http_transport_utils_set_session(env, msg_ctx, session_str);
     }
     stat_count_property_arg = axutil_property_create_with_args(env, AXIS2_SCOPE_REQUEST, 0, 
-            AXIS2_STATISTICS_COUNT_ARG, request);
-    axis2_msg_ctx_set_property(msg_ctx, env, AXIS2_SCOPE_REQUEST, stat_count_property_arg);
+            0, request);
+    axis2_msg_ctx_set_property(msg_ctx, env, AXIS2_STATISTICS_COUNT_ARG, stat_count_property_arg);
 
     if(request->read_chunked == AXIS2_TRUE && 0 == content_length)
     {