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, {
|
-record(state, {
|
||||||
parent :: undefined | pid(),
|
parent :: undefined | pid(),
|
||||||
ref :: ranch:ref(),
|
ref :: ranch:ref(),
|
||||||
socket = undefined :: inet:socket() | undefined,
|
socket = undefined :: inet:socket() | {pid(), cowboy_stream:streamid()} | undefined,
|
||||||
transport = undefined :: module(),
|
transport = undefined :: module() | undefined,
|
||||||
handler :: module(),
|
handler :: module(),
|
||||||
key = undefined :: undefined | binary(),
|
key = undefined :: undefined | binary(),
|
||||||
timeout = infinity :: timeout(),
|
timeout = infinity :: timeout(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue