diff --git a/src/cowboy_http_protocol.erl b/src/cowboy_http_protocol.erl index 14cd8d38..c3bff7de 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.
%% %%