From 17af50812c47f5dec7e02e443c551b9697715729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 26 Mar 2014 19:05:59 +0100 Subject: Remove outdated comments, all edoc, plus a few minor tweaks --- manual/cowboy_req.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/cowboy_req.md b/manual/cowboy_req.md index b943ea0..91139ac 100644 --- a/manual/cowboy_req.md +++ b/manual/cowboy_req.md @@ -614,7 +614,8 @@ Response related exports > > If a `Length` is provided, it will be sent in the > content-length header in the response. It is recommended -> to set the length if it can be known in advance. +> to set the length if it can be known in advance. Otherwise, +> the transfer-encoding header will be set to identity. > > This function will only be called if the response is sent > using the `reply/2` or `reply/3` function. -- cgit v1.2.3