aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_tcp.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun_tcp.erl')
-rw-r--r--src/gun_tcp.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gun_tcp.erl b/src/gun_tcp.erl
index 2d091a0..615e925 100644
--- a/src/gun_tcp.erl
+++ b/src/gun_tcp.erl
@@ -27,7 +27,7 @@
ip_addresses := [inet:ip_address()],
port := inet:port_number(),
tcp_module := module(),
- tcp_opts := [gen_tcp:connect_option()] | [ssl:connect_option()]
+ tcp_opts := [gen_tcp:connect_option()]
}.
-export_type([lookup_info/0]).