From 1d0c8dea95794dd0591bdbf742de32e542365a3a Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Fri, 20 Oct 2017 13:01:32 -0400 Subject: TODO: support multiple Content-Encodings Closes #2002 --- docs/TODO | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'docs/TODO') diff --git a/docs/TODO b/docs/TODO index 264d559ad..b10323a9d 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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 -- cgit v1.2.3