Index: branches/fc19-dev/server/common/patches/httpd-304s.patch
===================================================================
--- branches/fc19-dev/server/common/patches/httpd-304s.patch	(revision 2439)
+++ branches/fc19-dev/server/common/patches/httpd-304s.patch	(revision 2469)
@@ -1,6 +1,6 @@
-From 8211f350ce390b8b426b817e0fb7892c91c12c63 Mon Sep 17 00:00:00 2001
+From f4d66a13e385c6fa2026e2da1119ad080928c1f5 Mon Sep 17 00:00:00 2001
 From: Alexander Chernyakhovsky <achernya@mit.edu>
 Date: Fri, 3 May 2013 21:40:07 -0400
-Subject: [PATCH 3/4] Fix "the-bug" (non-empty content in 304s)
+Subject: [PATCH] Fix "the-bug" (non-empty content in 304s)
 
 PHP should not produce any output, even if zlib.output_compression is
@@ -21,9 +21,9 @@
 https://diswww.mit.edu/charon/scripts/24018
 ---
- server/util_script.c |    5 +++++
+ server/util_script.c | 5 +++++
  1 file changed, 5 insertions(+)
 
 diff --git a/server/util_script.c b/server/util_script.c
-index 5708c08..187e30f 100644
+index 12a056f..dd83337 100644
 --- a/server/util_script.c
 +++ b/server/util_script.c
@@ -41,4 +41,4 @@
              if (!apr_is_empty_table(cookie_table)) {
 -- 
-1.7.9.6 (Apple Git-31.1)
+1.8.1.2
 
