aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proposals/278-directory-compression-scheme-negotiation.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/proposals/278-directory-compression-scheme-negotiation.txt b/proposals/278-directory-compression-scheme-negotiation.txt
index 93bb4ef..b1f2808 100644
--- a/proposals/278-directory-compression-scheme-negotiation.txt
+++ b/proposals/278-directory-compression-scheme-negotiation.txt
@@ -120,6 +120,12 @@ Target: N/A
using zlib deflate without any prior knowledge of the newly added
compression schemes.
+ If a directory server receives a request to a document with the ".z"
+ suffix, where the client does not include an "Accept-Encoding" header,
+ the server should respond with the zlib compressed version of the
+ document for backwards compatibility with client that does not support
+ this proposal.
+
The "Content-Length" header contains the number of compressed bytes
sent to the client.