diff --git a/src/cowboy_req.erl b/src/cowboy_req.erl index 4ec42f99..11b0e268 100644 --- a/src/cowboy_req.erl +++ b/src/cowboy_req.erl @@ -29,8 +29,7 @@ %% %% %% Exceptions include chunk/2 which always returns 'ok', -%% to_list/1 which returns a list of key/values, -%% and transport/1 which returns {ok, Transport, Socket}. +%% and to_list/1 which returns a list of key/values. %% %% Also note that all body reading functions perform actions, as Cowboy %% doesn't read the request body until they are called.