From: zbyniu Date: Sun, 30 Dec 2007 19:14:18 +0000 (+0000) Subject: - fix apr_set_content_type in proper place; my fault X-Git-Tag: auto/ac/apache-mod_fastcgi-2_4_6-4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache1-mod_fastcgi.git;a=commitdiff_plain;h=8047900c7e55e9a2bd5f8fafa3e98b74d7b011d5 - fix apr_set_content_type in proper place; my fault Changed files: apache1-mod_fastcgi-apache22.patch -> 1.5 --- diff --git a/apache1-mod_fastcgi-apache22.patch b/apache1-mod_fastcgi-apache22.patch index ac272b6..8e7026b 100644 --- a/apache1-mod_fastcgi-apache22.patch +++ b/apache1-mod_fastcgi-apache22.patch @@ -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; }