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 71da77b..ab6020b 100644
--- a/src/gun_event.erl
+++ b/src/gun_event.erl
@@ -83,7 +83,7 @@
-type request_start_event() :: #{
stream_ref := gun:stream_ref(),
reply_to := pid(),
- function := headers | request | ws_upgrade,
+ function := headers | request | ws_upgrade, %% @todo connect?
method := iodata(),
scheme => binary(),
authority := iodata(),