mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Fix a Dialyzer warning
This commit is contained in:
parent
2131709328
commit
6945882cd3
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
-export_type([opts/0]).
|
||||
|
||||
-record(state, {
|
||||
parent = undefined :: pid(),
|
||||
parent :: undefined | pid(),
|
||||
ref :: ranch:ref(),
|
||||
socket = undefined :: inet:socket() | undefined,
|
||||
transport = undefined :: module(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue