mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
deflate is broken.
This commit is contained in:
parent
7553d321a1
commit
e7ebfa06c3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user