mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Fix Dialyzer warnings caused by my decompress changes
This commit is contained in:
parent
fd9711d949
commit
8f49f8792a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
-record(state, {
|
-record(state, {
|
||||||
next :: any(),
|
next :: any(),
|
||||||
enabled :: boolean(),
|
enabled = true :: boolean(),
|
||||||
ratio_limit :: non_neg_integer() | undefined,
|
ratio_limit :: non_neg_integer() | undefined,
|
||||||
compress = undefined :: undefined | gzip,
|
compress = undefined :: undefined | gzip,
|
||||||
inflate = undefined :: undefined | zlib:zstream(),
|
inflate = undefined :: undefined | zlib:zstream(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue