aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-11-12 12:03:38 +0100
committerLoïc Hoguin <[email protected]>2020-11-12 12:03:38 +0100
commited8979a130247492269de262ac599df4752b786d (patch)
treeef0f63a681ed803a609f844cdf55e88ae1031ea2 /src
parent52ec0b5b9f297c8dfca9160dfd344abf08a4850c (diff)
downloadgun-ed8979a130247492269de262ac599df4752b786d.tar.gz
gun-ed8979a130247492269de262ac599df4752b786d.tar.bz2
gun-ed8979a130247492269de262ac599df4752b786d.zip
Remove an unused key from the internal tunnel_info()
Diffstat (limited to 'src')
-rw-r--r--src/gun.erl6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gun.erl b/src/gun.erl
index e441e52..c4afead 100644
--- a/src/gun.erl
+++ b/src/gun.erl
@@ -183,11 +183,7 @@
%% Origin.
origin_host => inet:hostname() | inet:ip_address(),
- origin_port => inet:port_number(),
-
- %% Non-stream intermediaries (for example SOCKS).
- %% @todo I think this is not used anymore.
- intermediaries => [intermediary()]
+ origin_port => inet:port_number()
}.
-export_type([tunnel_info/0]).