X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=debian%2Fpatches%2F09_no_identity.dpatch;h=b3458fdb99a06a77120077e7ca40528fb5df57b5;hp=95129c7f34a5ae4090a0e4a3badab075485edd2d;hb=ffbf7b982b3446ab0d2ac6db5e244f785882db7e;hpb=c319480b82bb75c81538aa9c6be147dc40615c4d diff --git a/debian/patches/09_no_identity.dpatch b/debian/patches/09_no_identity.dpatch index 95129c7f..b3458fdb 100644 --- a/debian/patches/09_no_identity.dpatch +++ b/debian/patches/09_no_identity.dpatch @@ -7,9 +7,9 @@ @DPATCH@ diff -urNad privoxy~/parsers.c privoxy/parsers.c ---- privoxy~/parsers.c 2006-02-05 16:23:12.000000000 +0100 -+++ privoxy/parsers.c 2006-02-05 16:25:49.000000000 +0100 -@@ -871,8 +871,7 @@ +--- privoxy~/parsers.c ++++ privoxy/parsers.c +@@ -1248,8 +1248,7 @@ * * Description : - Prohibit filtering (CT_TABOO) if transfer coding compresses * - Raise the CSP_FLAG_CHUNKED flag if coding is "chunked" @@ -19,7 +19,7 @@ diff -urNad privoxy~/parsers.c privoxy/parsers.c * * Parameters : * 1 : csp = Current client state (buffers, headers, etc...) -@@ -904,13 +903,13 @@ +@@ -1281,14 +1280,13 @@ /* * If the body was modified, it has been @@ -32,6 +32,7 @@ diff -urNad privoxy~/parsers.c privoxy/parsers.c { freez(*header); - *header = strdup("Transfer-Encoding: identity"); +- log_error(LOG_LEVEL_HEADER, "Set: %s", *header); - return (header == NULL) ? JB_ERR_MEMORY : JB_ERR_OK; } }