aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-09-21 13:23:02 +0200
committerLoïc Hoguin <[email protected]>2020-09-21 15:52:26 +0200
commit920afa71ac298032b376753594133c98bd36d04a (patch)
tree76e412079baf37f4c15ec6ebabcd06793b15d7c3 /src/gun.erl
parent43df59e49b1ab92e3ca0a333ae403742b2ed7a5d (diff)
downloadgun-920afa71ac298032b376753594133c98bd36d04a.tar.gz
gun-920afa71ac298032b376753594133c98bd36d04a.tar.bz2
gun-920afa71ac298032b376753594133c98bd36d04a.zip
Fix compilation and Dialyzer warnings
Diffstat (limited to 'src/gun.erl')
-rw-r--r--src/gun.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gun.erl b/src/gun.erl
index 4178c24..ea599bf 100644
--- a/src/gun.erl
+++ b/src/gun.erl
@@ -186,6 +186,7 @@
origin_port => inet:port_number(),
%% Non-stream intermediaries (for example SOCKS).
+ %% @todo I think this is not used anymore.
intermediaries => [intermediary()]
}.
-export_type([tunnel_info/0]).