From b968200939ff568ed7b427ef7cbe5389d96f473d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 8 Feb 2021 15:50:34 +0100 Subject: Fix type that breaks gun_pool compilation --- src/gun_pool.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(), -- cgit v1.2.3