aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-04-10 13:04:05 +0300
committerLoïc Hoguin <[email protected]>2015-04-10 13:04:05 +0300
commitba90cb2475c45b5348c4ff7f4f77729f04a98114 (patch)
tree21cdb358c91d2c612e6b0ddc9e870fc77fa254cc /src/gun.erl
parent6676a982ff18d6a6b346f608e7ce313cfccc873e (diff)
downloadgun-ba90cb2475c45b5348c4ff7f4f77729f04a98114.tar.gz
gun-ba90cb2475c45b5348c4ff7f4f77729f04a98114.tar.bz2
gun-ba90cb2475c45b5348c4ff7f4f77729f04a98114.zip
Make Dialyzer happy
Diffstat (limited to 'src/gun.erl')
-rw-r--r--src/gun.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gun.erl b/src/gun.erl
index 074b121..5d564a5 100644
--- a/src/gun.erl
+++ b/src/gun.erl
@@ -90,7 +90,8 @@
-type spdy_opts() :: map().
-export_type([spdy_opts/0]).
--type ws_opts() :: [{compress, boolean()}].
+-type ws_opts() :: map().
+-export_type([ws_opts/0]).
-record(state, {
parent :: pid(),