diff options
author | Daniel Bankhead <dan@danielbankhead.com> | 2017-10-20 13:01:32 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-10-28 11:01:32 +0200 |
commit | 1d0c8dea95794dd0591bdbf742de32e542365a3a (patch) | |
tree | 3e1504cd9d30f93cf9566ac2b52ca4d41bc14704 /docs/TODO | |
parent | 516d3b9ff9527a0acf1bd8796d521a7e0524e3c9 (diff) |
TODO: support multiple Content-Encodings
Closes #2002
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -66,7 +66,8 @@ 5.6 Refuse "downgrade" redirects 5.7 Brotli compression 5.8 QUIC - 5.10 Leave secure cookies alone + 5.9 Leave secure cookies alone + 5.10 Support Multiple Content-Encodings 6. TELNET 6.1 ditch stdin @@ -530,13 +531,19 @@ This is not detailed in any FTP specification. implemented. This, to allow other projects to benefit from the work and to thus broaden the interest and chance of others to participate. -5.10 Leave secure cookies alone +5.9 Leave secure cookies alone Non-secure origins (HTTP sites) should not be allowed to set or modify cookies with the 'secure' property: https://tools.ietf.org/html/draft-ietf-httpbis-cookie-alone-01 +5.10 Support Multiple Content-Encodings + + RFC 7231 Section 3.1.2.2 allows multiple encodings for a single request. Using + this may result in lower bandwidth and promotes a more resource-friendly web. + Currently, Chrome and Firefox support multiple encodings. + 6. TELNET |