aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_event.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun_event.erl')
-rw-r--r--src/gun_event.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gun_event.erl b/src/gun_event.erl
index a553ddb..118e747 100644
--- a/src/gun_event.erl
+++ b/src/gun_event.erl
@@ -264,7 +264,7 @@
%% origin_changed.
-type origin_changed_event() :: #{
- type := connect,
+ type := connect, %% @todo socks?
origin_scheme := binary(),
origin_host := inet:hostname() | inet:ip_address(),
origin_port := inet:port_number()