diff options
author | Loïc Hoguin <[email protected]> | 2014-03-26 19:05:59 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-03-26 19:05:59 +0100 |
commit | 17af50812c47f5dec7e02e443c551b9697715729 (patch) | |
tree | 40684eb74e67302078f4552fab0bbd1a9dbe2d01 /manual/cowboy_req.md | |
parent | 9110ee83fe47e4c41b6c001b9ae401979f8ebe4c (diff) | |
download | cowboy-17af50812c47f5dec7e02e443c551b9697715729.tar.gz cowboy-17af50812c47f5dec7e02e443c551b9697715729.tar.bz2 cowboy-17af50812c47f5dec7e02e443c551b9697715729.zip |
Remove outdated comments, all edoc, plus a few minor tweaks
Diffstat (limited to 'manual/cowboy_req.md')
-rw-r--r-- | manual/cowboy_req.md | 3 |
1 files changed, 2 insertions, 1 deletions
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. |