aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http_protocol.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-10-04 11:27:04 +0200
committerLoïc Hoguin <[email protected]>2011-10-04 11:27:04 +0200
commit148fb949c5ac69f0aeb938a0af30f367862ff0c8 (patch)
treeb1c76be318285c8083b887336d5b25296312a3ef /src/cowboy_http_protocol.erl
parentd25c30790cc3afae03838a160f87ca0acd745989 (diff)
downloadcowboy-148fb949c5ac69f0aeb938a0af30f367862ff0c8.tar.gz
cowboy-148fb949c5ac69f0aeb938a0af30f367862ff0c8.tar.bz2
cowboy-148fb949c5ac69f0aeb938a0af30f367862ff0c8.zip
Small doc clarification
Diffstat (limited to 'src/cowboy_http_protocol.erl')
-rw-r--r--src/cowboy_http_protocol.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_http_protocol.erl b/src/cowboy_http_protocol.erl
index 14cd8d3..c3bff7d 100644
--- a/src/cowboy_http_protocol.erl
+++ b/src/cowboy_http_protocol.erl
@@ -20,7 +20,7 @@
%% <dt>dispatch</dt><dd>The dispatch list for this protocol.</dd>
%% <dt>max_empty_lines</dt><dd>Max number of empty lines before a request.
%% Defaults to 5.</dd>
-%% <dt>timeout</dt><dd>Time in milliseconds before an idle keep-alive
+%% <dt>timeout</dt><dd>Time in milliseconds before an idle
%% connection is closed. Defaults to 5000 milliseconds.</dd>
%% </dl>
%%