mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
Add crypto into the required applications
As suggested by @prof3ta.
This commit is contained in:
parent
9facad9245
commit
aeb86e70c1
4 changed files with 6 additions and 7 deletions
|
@ -20,7 +20,8 @@
|
|||
{applications, [
|
||||
kernel,
|
||||
stdlib,
|
||||
ranch
|
||||
ranch,
|
||||
crypto
|
||||
]},
|
||||
{mod, {cowboy_app, []}},
|
||||
{env, []}
|
||||
|
|
|
@ -13,10 +13,6 @@
|
|||
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
%% @doc WebSocket protocol implementation.
|
||||
%%
|
||||
%% When using websockets, make sure that the crypto application is
|
||||
%% included in your release. If you are not using releases then there
|
||||
%% is no need for concern as crypto is already included.
|
||||
-module(cowboy_websocket).
|
||||
|
||||
%% API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue