From f4162604f502bc4e3805c80f303f58acef68614f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 28 Mar 2020 12:30:41 +0100 Subject: Fix a Dialyzer warning introduced in the previous commit --- src/gun.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gun.erl b/src/gun.erl index 998ce6b..6186aa2 100644 --- a/src/gun.erl +++ b/src/gun.erl @@ -165,7 +165,7 @@ type := connect | socks5, host := inet:hostname() | inet:ip_address(), port := inet:port_number(), - transport := tcp | tls, + transport := tcp | tls | tls_proxy, protocol := http | http2 | raw | socks }. -- cgit v1.2.3