]> granicus.if.org Git - curl/commitdiff
TODO: 5.7 More compressions
authorDaniel Stenberg <daniel@haxx.se>
Tue, 22 Sep 2015 08:53:55 +0000 (10:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Sep 2015 08:53:55 +0000 (10:53 +0200)
Like for example brotli, as being implemented in Firefox now.

docs/TODO

index 9eb6b2682ebe85162dab32fd90a34b5c3b2f7df8..9f8f8bfc58487eb0524f049fbc7d9ff04148c642 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -52,6 +52,7 @@
  5.4 SPDY
  5.5 auth= in URLs
  5.6 Refuse "downgrade" redirects
+ 5.7 More compressions
 
  6. TELNET
  6.1 ditch stdin
@@ -372,6 +373,14 @@ This is not detailed in any FTP specification.
  Consider a way to tell curl to refuse to "downgrade" protocol with a redirect
  and/or possibly a bit that refuses redirect to change protocol completely.
 
+5.7 More compressions
+
+ Compression algorithms that perform better than gzip are being considered for
+ use and inclusion in existing browsers. For example 'brotli'. If servers
+ follow along it is a good reason for us to also allow users to take advantage
+ of this. The algorithm: https://github.com/google/brotli The Firefox bug:
+ https://bugzilla.mozilla.org/show_bug.cgi?id=366559
+
 
 6. TELNET