mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Numerous Dialyzer fixes
This commit is contained in:
parent
ed664345d7
commit
e10daf39fa
11 changed files with 43 additions and 35 deletions
|
@ -58,3 +58,4 @@ int(Value) when is_binary(Value) ->
|
|||
|
||||
nonempty(<<>>) -> false;
|
||||
nonempty(Value) when is_binary(Value) -> true.
|
||||
%% @todo Perhaps return true for any other type except empty list?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue