mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
Add a lot of todos
This commit is contained in:
parent
ae0dd61673
commit
3a057683af
7 changed files with 36 additions and 0 deletions
|
@ -102,6 +102,7 @@ websocket_upgrade(State, Req) ->
|
|||
-> {ok, #state{}, Req} when Req::cowboy_req:req().
|
||||
websocket_extensions(State, Req) ->
|
||||
%% @todo We want different options for this. For example
|
||||
%% @todo This should probably be configurable per handler, like timeout/hibernate.
|
||||
%% * compress everything auto
|
||||
%% * compress only text auto
|
||||
%% * compress only binary auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue