From df3a0a132da6719ae730ab89326b4625983b3ab2 Mon Sep 17 00:00:00 2001 From: Peter Mescalchin Date: Tue, 24 Jan 2017 21:11:17 +1100 Subject: [PATCH] doc: Content-length -> Content-Length A small document update, all other instances of HTTP header on this page are written as 'Content-Length'. This also matches casing used with RFC 2616. --- doc/api/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.md b/doc/api/http.md index ea23dad33a8bd8..4b858c93c796cf 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1601,7 +1601,7 @@ There are a few special headers that should be noted. * Sending a 'Connection: keep-alive' will notify Node.js that the connection to the server should be persisted until the next request. -* Sending a 'Content-length' header will disable the default chunked encoding. +* Sending a 'Content-Length' header will disable the default chunked encoding. * Sending an 'Expect' header will immediately send the request headers. Usually, when sending 'Expect: 100-continue', you should both set a timeout