aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_event.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-07-23 17:22:21 +0200
committerLoïc Hoguin <[email protected]>2020-09-21 15:51:56 +0200
commit323bd167fd33f322ab8747e398e54a8a36f5b753 (patch)
tree8105c23a63f76eb204ea32f4b29e933a18976b5e /src/gun_event.erl
parentf8272a1e8d5fbf3b8021479d142a2002846fe062 (diff)
downloadgun-323bd167fd33f322ab8747e398e54a8a36f5b753.tar.gz
gun-323bd167fd33f322ab8747e398e54a8a36f5b753.tar.bz2
gun-323bd167fd33f322ab8747e398e54a8a36f5b753.zip
Add the base_stream_ref to gun_http/gun_http2
Diffstat (limited to 'src/gun_event.erl')
-rw-r--r--src/gun_event.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gun_event.erl b/src/gun_event.erl
index 0c1326d..a553ddb 100644
--- a/src/gun_event.erl
+++ b/src/gun_event.erl
@@ -57,9 +57,9 @@
%% tls_handshake_start/tls_handshake_end.
%%
%% These events occur when connecting to a TLS server or when
-%% upgrading the connection to use TLS, for example using CONNECT.
-%% The stream_ref/reply_to values are only present when the TLS
-%% handshake occurs as a result of a request.
+%% upgrading the connection or stream to use TLS, for example
+%% using CONNECT. The stream_ref/reply_to values are only
+%% present when the TLS handshake occurs as a result of a request.
-type tls_handshake_event() :: #{
stream_ref => reference(),