OSDN Git Service

* NOP RFC 2616, section 4.2 function.
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sat, 20 Sep 2008 15:54:35 +0000 (15:54 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sat, 20 Sep 2008 15:54:35 +0000 (15:54 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/RELEASE_0_12_0@3195 1a406e8e-add9-4483-a2c8-d8cac5b7c224

src/serf/buckets/headers_buckets.c

index a50ce9c..f630d27 100644 (file)
@@ -74,6 +74,7 @@ SERF_DECLARE(void) serf_bucket_headers_setx(
     header_list_t *found = ctx->list;
     header_list_t *hdr;
 
+#if 0 /* It is not on business of libserf for mod_chxj. A.Konno */
     /* Check to see if this header is already present. */
     while (found) {
       if (strncasecmp(found->header, header, header_size) == 0)
@@ -102,6 +103,7 @@ SERF_DECLARE(void) serf_bucket_headers_setx(
         found->alloc_flags |= ALLOC_VALUE;
         return;
     }
+#endif
 
     /* Else the header is not already present.  Add it to the bucket. */