]> git.pld-linux.org Git - packages/apache1-mod_fastcgi.git/blobdiff - apache1-mod_fastcgi-apache22.patch
- fix apr_set_content_type in proper place; my fault
[packages/apache1-mod_fastcgi.git] / 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.051048 seconds and 4 git commands to generate.