0
Fork 0
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:
Loïc Hoguin 2024-01-05 12:31:19 +01:00
parent fd9711d949
commit 8f49f8792a
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

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