mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
Remove useless todo comments
This commit is contained in:
parent
e2b5c21443
commit
ecbebeefe8
2 changed files with 1 additions and 2 deletions
|
@ -79,7 +79,6 @@ handler_init(Req, State, Handler, HandlerOpts) ->
|
||||||
{shutdown, Req2, HandlerState} ->
|
{shutdown, Req2, HandlerState} ->
|
||||||
terminate_request(Req2, State, Handler, HandlerState,
|
terminate_request(Req2, State, Handler, HandlerState,
|
||||||
{normal, shutdown});
|
{normal, shutdown});
|
||||||
%% @todo {upgrade, transport, Module}
|
|
||||||
{upgrade, protocol, Module} ->
|
{upgrade, protocol, Module} ->
|
||||||
upgrade_protocol(Req, State, Handler, HandlerOpts, Module);
|
upgrade_protocol(Req, State, Handler, HandlerOpts, Module);
|
||||||
{upgrade, protocol, Module, Req2, HandlerOpts2} ->
|
{upgrade, protocol, Module, Req2, HandlerOpts2} ->
|
||||||
|
|
|
@ -141,7 +141,7 @@
|
||||||
qs_vals = undefined :: undefined | list({binary(), binary() | true}),
|
qs_vals = undefined :: undefined | list({binary(), binary() | true}),
|
||||||
bindings = undefined :: undefined | cowboy_router:bindings(),
|
bindings = undefined :: undefined | cowboy_router:bindings(),
|
||||||
headers = [] :: cowboy:http_headers(),
|
headers = [] :: cowboy:http_headers(),
|
||||||
p_headers = [] :: [any()], %% @todo Improve those specs.
|
p_headers = [] :: [any()],
|
||||||
cookies = undefined :: undefined | [{binary(), binary()}],
|
cookies = undefined :: undefined | [{binary(), binary()}],
|
||||||
meta = [] :: [{atom(), any()}],
|
meta = [] :: [{atom(), any()}],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue