0
Fork 0
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:
Loïc Hoguin 2018-03-14 17:43:13 +01:00
parent 2131709328
commit 6945882cd3
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -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(),