You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2013/12/05 00:04:38 UTC

svn commit: r1547955 - in /tcl/rivet/trunk: ChangeLog src/apache-2/apache_request.c

Author: mxmanghi
Date: Wed Dec  4 23:04:37 2013
New Revision: 1547955

URL: http://svn.apache.org/r1547955
Log:
    * src/apache-2/apache_request.c: log message in ApacheRequest___parse()
    commented out


Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/src/apache-2/apache_request.c

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=1547955&r1=1547954&r2=1547955&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Wed Dec  4 23:04:37 2013
@@ -1,3 +1,7 @@
+2013-12-04 Massimo Manghi <mx...@apache.org>
+    * src/apache-2/apache_request.c: log message in ApacheRequest___parse()
+    commented out
+
 2013-12-03 Massimo Manghi <mx...@apache.org>
     * src/apache-2/mod_rivet.c: Rivet template preprocessor symbols renamed in
     the more expressive RIVET_TEMPLATE and RIVET_TCLFILE

Modified: tcl/rivet/trunk/src/apache-2/apache_request.c
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/src/apache-2/apache_request.c?rev=1547955&r1=1547954&r2=1547955&view=diff
==============================================================================
--- tcl/rivet/trunk/src/apache-2/apache_request.c (original)
+++ tcl/rivet/trunk/src/apache-2/apache_request.c Wed Dec  4 23:04:37 2013
@@ -381,7 +381,9 @@ int ApacheRequest___parse(ApacheRequest 
 
     if ((r->method_number == M_POST) && ct && strncaseEQ(ct, MULTIPART_ENCTYPE, MULTIPART_ENCTYPE_LENGTH)) 
     {
-        ap_log_rerror(REQ_INFO, "content-type: `%s'", ct);
+        //
+        //ap_log_rerror(REQ_INFO, "content-type: `%s'", ct);
+        //
         result = ApacheRequest_parse_multipart(req,ct);
     }
     else



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