SOURCES: lighttpd-mod_compress-disable-bzip2.patch - fix chunks
glen
glen at pld-linux.org
Fri Sep 19 13:33:22 CEST 2008
Author: glen Date: Fri Sep 19 11:33:22 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix chunks
---- Files affected:
SOURCES:
lighttpd-mod_compress-disable-bzip2.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/lighttpd-mod_compress-disable-bzip2.patch
diff -u SOURCES/lighttpd-mod_compress-disable-bzip2.patch:1.2 SOURCES/lighttpd-mod_compress-disable-bzip2.patch:1.3
--- SOURCES/lighttpd-mod_compress-disable-bzip2.patch:1.2 Fri Sep 19 13:30:29 2008
+++ SOURCES/lighttpd-mod_compress-disable-bzip2.patch Fri Sep 19 13:33:16 2008
@@ -67,7 +67,7 @@
#endif
#ifdef USE_ZLIB
srv_encodings |= HTTP_ACCEPT_ENCODING_GZIP;
-@@ -689,7 +702,6 @@
+@@ -675,7 +675,6 @@
if (NULL != (ds = (data_string *)array_get_element(con->request.headers, "Accept-Encoding"))) {
int accept_encoding = 0;
char *value = ds->value->ptr;
@@ -75,7 +75,7 @@
int matched_encodings = 0;
/* get client side support encodings */
-@@ -697,25 +709,12 @@
+@@ -683,25 +682,12 @@
if (NULL != strstr(value, "deflate")) accept_encoding |= HTTP_ACCEPT_ENCODING_DEFLATE;
if (NULL != strstr(value, "compress")) accept_encoding |= HTTP_ACCEPT_ENCODING_COMPRESS;
#ifdef USE_BZ2LIB
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd-mod_compress-disable-bzip2.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list