aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gun_pool.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gun_pool.erl b/src/gun_pool.erl
index 56734ee..da31a42 100644
--- a/src/gun_pool.erl
+++ b/src/gun_pool.erl
@@ -96,7 +96,7 @@
-export([terminate/3]).
-type setup_msg() :: {gun_up, pid(), http | http2 | raw | socks}
- | {gun_upgrade, pid(), gun:stream_ref(), [<<"websocket">>], [{binary(), binary()}]}.
+ | {gun_upgrade, pid(), gun:stream_ref(), [binary()], [{binary(), binary()}]}.
-type opts() :: #{
conn_opts => gun:opts(),