Browse Source

HPACK: Turn off Dialyzer warning about improper lists

Loïc Hoguin 5 years ago
parent
commit
3b95706c31
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/cow_hpack.erl

+ 1 - 0
src/cow_hpack.erl

@@ -17,6 +17,7 @@
 %% should never be indexed is currently lost.
 
 -module(cow_hpack).
+-dialyzer(no_improper_lists).
 
 -export([init/0]).
 -export([init/1]).