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 sh...@apache.org on 2009/01/05 11:35:27 UTC

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

Author: shankar
Date: Mon Jan  5 02:35:26 2009
New Revision: 731520

URL: http://svn.apache.org/viewvc?rev=731520&view=rev
Log:
Fix for issue AXIS2C-1241

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

Modified: webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_out_transport_info.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_out_transport_info.c?rev=731520&r1=731519&r2=731520&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_out_transport_info.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/server/apache2/apache2_out_transport_info.c Mon Jan  5 02:35:26 2009
@@ -138,6 +138,8 @@
     info->encoding = NULL;
 
     out_transport_info = &(info->out_transport_info);
+    out_transport_info->encoding = NULL;
+    out_transport_info->response = NULL;
 
     axis2_http_out_transport_info_set_char_encoding_func(out_transport_info,
                                                          env,