mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Prefer gzip.
This commit is contained in:
parent
e015e2be21
commit
b4adf0d70d
@ -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, deflate");
|
||||
comma = 1;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user