From 323bd167fd33f322ab8747e398e54a8a36f5b753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 23 Jul 2020 17:22:21 +0200 Subject: Add the base_stream_ref to gun_http/gun_http2 --- src/gun_event.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gun_event.erl') 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(), -- cgit v1.2.3