0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Fix an outdated comment

This commit is contained in:
Loïc Hoguin 2013-04-22 14:54:22 +02:00
parent 97b8401c45
commit cf0e005894

View file

@ -29,8 +29,7 @@
%% </dl> %% </dl>
%% %%
%% Exceptions include <em>chunk/2</em> which always returns <em>'ok'</em>, %% Exceptions include <em>chunk/2</em> which always returns <em>'ok'</em>,
%% <em>to_list/1</em> which returns a list of key/values, %% and <em>to_list/1</em> which returns a list of key/values.
%% and <em>transport/1</em> which returns <em>{ok, Transport, Socket}</em>.
%% %%
%% Also note that all body reading functions perform actions, as Cowboy %% Also note that all body reading functions perform actions, as Cowboy
%% doesn't read the request body until they are called. %% doesn't read the request body until they are called.