mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
Remove or fix a small number of todo comments
One had the todo text fixed, another had the task to do done.
This commit is contained in:
parent
1504c60c89
commit
80f8cda7ff
4 changed files with 4 additions and 28 deletions
|
@ -65,7 +65,6 @@
|
|||
-export([set_resp_header/3]).
|
||||
-export([set_resp_headers/2]).
|
||||
-export([has_resp_header/2]).
|
||||
%% @todo resp_header
|
||||
-export([delete_resp_header/2]).
|
||||
-export([set_resp_body/2]).
|
||||
%% @todo set_resp_body/3 with a ContentType or even Headers argument, to set content headers.
|
||||
|
@ -75,7 +74,7 @@
|
|||
-export([reply/4]).
|
||||
-export([stream_reply/2]).
|
||||
-export([stream_reply/3]).
|
||||
%% @todo stream_reply/2 (nofin)
|
||||
%% @todo stream_body/2 (nofin)
|
||||
-export([stream_body/3]).
|
||||
%% @todo stream_event/2,3
|
||||
-export([push/3]).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue