From 8047900c7e55e9a2bd5f8fafa3e98b74d7b011d5 Mon Sep 17 00:00:00 2001 From: zbyniu Date: Sun, 30 Dec 2007 19:14:18 +0000 Subject: [PATCH] - fix apr_set_content_type in proper place; my fault Changed files: apache1-mod_fastcgi-apache22.patch -> 1.5 --- apache1-mod_fastcgi-apache22.patch | 9 --------- 1 file changed, 9 deletions(-) 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; } -- 2.43.0