diff options
| author | Loïc Hoguin <[email protected]> | 2020-03-28 12:30:41 +0100 |
|---|---|---|
| committer | Loïc Hoguin <[email protected]> | 2020-03-28 12:30:41 +0100 |
| commit | f4162604f502bc4e3805c80f303f58acef68614f (patch) | |
| tree | 7d9462fa04af0f256c708cebbcc667b7686e6ff9 | |
| parent | 310f01593f7efcafdbb416748028f164e19ad1e0 (diff) | |
| download | gun-f4162604f502bc4e3805c80f303f58acef68614f.tar.gz gun-f4162604f502bc4e3805c80f303f58acef68614f.tar.bz2 gun-f4162604f502bc4e3805c80f303f58acef68614f.zip | |
Fix a Dialyzer warning introduced in the previous commit
| -rw-r--r-- | src/gun.erl | 2 |
1 files changed, 1 insertions, 1 deletions
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 }. |
