]> git.pld-linux.org Git - packages/apache1-mod_fastcgi.git/commitdiff
- fix apr_set_content_type in proper place; my fault auto/ac/apache-mod_fastcgi-2_4_6-4
authorzbyniu <zbyniu@pld-linux.org>
Sun, 30 Dec 2007 19:14:18 +0000 (19:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_fastcgi-apache22.patch -> 1.5

apache1-mod_fastcgi-apache22.patch

index ac272b650fec54998a6b9c10e49941cdce01c0be..8e7026bd1cc3179dfb7360fde920c1cf23a93c6d 100644 (file)
@@ -12,15 +12,6 @@ diff -Nur mod_fastcgi-2.4.6.orig/mod_fastcgi.c mod_fastcgi-2.4.6.apache22/mod_fa
  #endif
  #endif
  
-@@ -738,7 +742,7 @@
-                 }
-                 hasContentType = TRUE;
- #ifdef APACHE2                
--                apr_set_content_type(r, value);
-+                ap_set_content_type(r, value);
- #else
-                 r->content_type = apr_pstrdup(r->pool, value);
- #endif                
 @@ -2697,10 +2701,15 @@
      r->status_line = NULL;
  }
This page took 0.026816 seconds and 4 git commands to generate.