Ignore:
Timestamp:
Sep 22, 2013, 7:05:37 PM (11 years ago)
Author:
glasgall
Message:
update httpd patches for 2.4.6
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc19-dev/server/common/patches/httpd-304s.patch

    r2439 r2469  
    1 From 8211f350ce390b8b426b817e0fb7892c91c12c63 Mon Sep 17 00:00:00 2001
     1From f4d66a13e385c6fa2026e2da1119ad080928c1f5 Mon Sep 17 00:00:00 2001
    22From: Alexander Chernyakhovsky <achernya@mit.edu>
    33Date: Fri, 3 May 2013 21:40:07 -0400
    4 Subject: [PATCH 3/4] Fix "the-bug" (non-empty content in 304s)
     4Subject: [PATCH] Fix "the-bug" (non-empty content in 304s)
    55
    66PHP should not produce any output, even if zlib.output_compression is
     
    2121https://diswww.mit.edu/charon/scripts/24018
    2222---
    23  server/util_script.c |    5 +++++
     23 server/util_script.c | 5 +++++
    2424 1 file changed, 5 insertions(+)
    2525
    2626diff --git a/server/util_script.c b/server/util_script.c
    27 index 5708c08..187e30f 100644
     27index 12a056f..dd83337 100644
    2828--- a/server/util_script.c
    2929+++ b/server/util_script.c
     
    4141             if (!apr_is_empty_table(cookie_table)) {
    4242--
    43 1.7.9.6 (Apple Git-31.1)
     431.8.1.2
    4444
Note: See TracChangeset for help on using the changeset viewer.