Changeset 2469 for branches/fc19-dev/server/common/patches/httpd-304s.patch
- Timestamp:
- Sep 22, 2013, 7:05:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc19-dev/server/common/patches/httpd-304s.patch
r2439 r2469 1 From 8211f350ce390b8b426b817e0fb7892c91c12c63Mon Sep 17 00:00:00 20011 From f4d66a13e385c6fa2026e2da1119ad080928c1f5 Mon Sep 17 00:00:00 2001 2 2 From: Alexander Chernyakhovsky <achernya@mit.edu> 3 3 Date: Fri, 3 May 2013 21:40:07 -0400 4 Subject: [PATCH 3/4] Fix "the-bug" (non-empty content in 304s)4 Subject: [PATCH] Fix "the-bug" (non-empty content in 304s) 5 5 6 6 PHP should not produce any output, even if zlib.output_compression is … … 21 21 https://diswww.mit.edu/charon/scripts/24018 22 22 --- 23 server/util_script.c | 23 server/util_script.c | 5 +++++ 24 24 1 file changed, 5 insertions(+) 25 25 26 26 diff --git a/server/util_script.c b/server/util_script.c 27 index 5708c08..187e30f10064427 index 12a056f..dd83337 100644 28 28 --- a/server/util_script.c 29 29 +++ b/server/util_script.c … … 41 41 if (!apr_is_empty_table(cookie_table)) { 42 42 -- 43 1. 7.9.6 (Apple Git-31.1)43 1.8.1.2 44 44
Note: See TracChangeset
for help on using the changeset viewer.