From 148fb949c5ac69f0aeb938a0af30f367862ff0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 4 Oct 2011 11:27:04 +0200 Subject: Small doc clarification --- src/cowboy_http_protocol.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 @@ %%
dispatch
The dispatch list for this protocol.
%%
max_empty_lines
Max number of empty lines before a request. %% Defaults to 5.
-%%
timeout
Time in milliseconds before an idle keep-alive +%%
timeout
Time in milliseconds before an idle %% connection is closed. Defaults to 5000 milliseconds.
%% %% -- cgit v1.2.3