mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Rename cowboy_http_websocket to cowboy_websocket
This commit is contained in:
parent
f39c001c03
commit
0e3adf1fee
7 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
websocket_info/3, websocket_terminate/3]).
|
||||
|
||||
init(_Any, _Req, _Opts) ->
|
||||
{upgrade, protocol, cowboy_http_websocket}.
|
||||
{upgrade, protocol, cowboy_websocket}.
|
||||
|
||||
handle(_Req, _State) ->
|
||||
exit(badarg).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue