mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[encoding] Do not announce "deflate" as supported encoding method
This commit is contained in:
parent
3db5c51b8d
commit
e4220c0301
@ -612,7 +612,7 @@ accept_encoding_header(struct string *header)
|
||||
|
||||
#ifdef CONFIG_GZIP
|
||||
if (comma) add_to_string(header, ", ");
|
||||
add_to_string(header, "gzip, deflate");
|
||||
add_to_string(header, "gzip");
|
||||
comma = 1;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user