0
Fork 0
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:
Loïc Hoguin 2017-02-05 20:45:36 +01:00
parent 1504c60c89
commit 80f8cda7ff
No known key found for this signature in database
GPG key ID: 71366FF21851DF03
4 changed files with 4 additions and 28 deletions

View file

@ -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]).