OSDN Git Service

* use autoconf 2.59
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 18 Mar 2008 08:39:10 +0000 (08:39 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Tue, 18 Mar 2008 08:39:10 +0000 (08:39 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@1891 1a406e8e-add9-4483-a2c8-d8cac5b7c224

configure.ac
src/mod_chxj.c

index 69eff7e..5baa67a 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 AC_INIT([mod_chxj],[1.0.0])
-AC_PREREQ(2.61)
+AC_PREREQ(2.59)
 AC_CONFIG_SRCDIR([src/mod_chxj.c])
 AC_CANONICAL_TARGET
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
index 826d4f8..d71133f 100644 (file)
@@ -198,6 +198,9 @@ chxj_headers_fixup(request_rec *r)
             apr_table_setn(r->headers_in, "Content-Length", apr_psprintf(r->pool, "%ld", cl));
           }
         }
+        else {
+          ERR(r, "too large Content-Length data[%s]", content_length);
+        }
       }
     }
     break;