0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Small doc clarification

This commit is contained in:
Loïc Hoguin 2011-10-04 11:27:04 +02:00
parent d25c30790c
commit 148fb949c5

View file

@ -20,7 +20,7 @@
%% <dt>dispatch</dt><dd>The dispatch list for this protocol.</dd> %% <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. %% <dt>max_empty_lines</dt><dd>Max number of empty lines before a request.
%% Defaults to 5.</dd> %% 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> %% connection is closed. Defaults to 5000 milliseconds.</dd>
%% </dl> %% </dl>
%% %%