about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-03-22 00:09:36 +0000
committerEric Wong <e@yhbt.net>2020-03-22 00:09:36 +0000
commitd7626e6cd2e71ab3587d3facc561187d8f94afa4 (patch)
tree345b1e4e13d73c5b599bea189719309568635865
parenta4af139431e74bf0c5d8c0b361c9dc154637cfb2 (diff)
downloadcmogstored-d7626e6cd2e71ab3587d3facc561187d8f94afa4.tar.gz
Improve RFC 7230 conformance w.r.t Content-Length and
Transfer-Encoding handling in PUT requests.  We now
favor "Transfer-Encoding: chunked" if a Content-Length
header is also present.  Furthermore, we no longer
accept Transfer-Encoding values aside from chunk,
since we don't support gzip/compress/deflate as described
in RFC 7230.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ebaa0fc..995206e 100644
--- a/README
+++ b/README
@@ -74,7 +74,7 @@ Source tarballs suitable for distribution are housed here:
 * https://yhbt.net/cmogstored/files/
 
 The latest stable release is:
-        https://yhbt.net/cmogstored/files/cmogstored-1.7.2.tar.gz
+        https://yhbt.net/cmogstored/files/cmogstored-1.7.3.tar.gz
 
 See https://yhbt.net/cmogstored/NEWS for release notes