1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

deflate is broken.

This commit is contained in:
Witold Filipczyk 2014-09-01 12:19:49 +02:00
parent 7553d321a1
commit e7ebfa06c3

View File

@ -600,7 +600,7 @@ accept_encoding_header(struct string *header)
#ifdef CONFIG_GZIP
if (comma) add_to_string(header, ", ");
add_to_string(header, "deflate, gzip");
add_to_string(header, "gzip");
comma = 1;
#endif