0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Fix cowboy_websocket_handler callback spec

This commit is contained in:
Loïc Hoguin 2013-01-22 02:33:06 +01:00
parent fe462599c2
commit 297ae32af1

View file

@ -50,7 +50,7 @@
-type opts() :: any().
-type state() :: any().
-type terminate_reason() :: {normal, closed}
-type terminate_reason() :: {normal, shutdown}
| {normal, timeout}
| {error, closed}
| {error, badframe}