mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Fix Dialyzer warnings
This commit is contained in:
parent
bbfc1569cc
commit
adf1a40287
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@
|
|||
-record(state, {
|
||||
parent :: undefined | pid(),
|
||||
ref :: ranch:ref(),
|
||||
socket = undefined :: inet:socket() | undefined,
|
||||
transport = undefined :: module(),
|
||||
socket = undefined :: inet:socket() | {pid(), cowboy_stream:streamid()} | undefined,
|
||||
transport = undefined :: module() | undefined,
|
||||
handler :: module(),
|
||||
key = undefined :: undefined | binary(),
|
||||
timeout = infinity :: timeout(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue