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 na...@apache.org on 2008/05/16 12:53:49 UTC

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

Author: nandika
Date: Fri May 16 03:53:48 2008
New Revision: 657013

URL: http://svn.apache.org/viewvc?rev=657013&view=rev
Log:
unused code removed

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=657013&r1=657012&r2=657013&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 Fri May 16 03:53:48 2008
@@ -158,7 +158,6 @@
     axis2_char_t *soap_action_header_txt = NULL;
     axis2_bool_t processed = AXIS2_FALSE;
     int content_length = -1;
-    axis2_char_t *encoding_header_value = NULL;
     axis2_char_t *url_external_form = NULL;
     axis2_char_t *body_string = NULL;
     unsigned int body_string_len = 0;
@@ -230,8 +229,6 @@
     AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "Client HTTP version %s",
                     http_version);
 
-    encoding_header_value = (axis2_char_t *) request->content_encoding;
-
     out_desc = axis2_conf_get_transport_out(axis2_conf_ctx_get_conf
                                             (apache2_worker->conf_ctx, env),
                                             env, AXIS2_TRANSPORT_ENUM_HTTP);