mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 20:50:24 +00:00
Fix cowboy_websocket_handler callback spec
This commit is contained in:
parent
fe462599c2
commit
297ae32af1
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue