summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-09-22 10:53:55 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-09-22 10:53:55 +0200
commit67ae07c2e0452fdf6f654ad099f9e4dda327da66 (patch)
tree7c0e68e893973dd8c4d5268f41dc539d23838c8a
parent3f8d4e264d96243e8e963c39713efd542adc90cf (diff)
downloadgnurl-67ae07c2e0452fdf6f654ad099f9e4dda327da66.tar.gz
gnurl-67ae07c2e0452fdf6f654ad099f9e4dda327da66.tar.bz2
gnurl-67ae07c2e0452fdf6f654ad099f9e4dda327da66.zip
TODO: 5.7 More compressions
Like for example brotli, as being implemented in Firefox now.
-rw-r--r--docs/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 9eb6b2682..9f8f8bfc5 100644
--- 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