aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_event.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-07-26 12:35:38 +0200
committerLoïc Hoguin <[email protected]>2019-07-26 12:36:55 +0200
commite4df3bb7c726571640c2799bc7a6fbb687b3bdae (patch)
tree1f044ea876852c876846a9d518c97e35cb535e53 /src/gun_event.erl
parentc2ba2258a0020d82faa3e79162f05fc67d61b53e (diff)
downloadgun-e4df3bb7c726571640c2799bc7a6fbb687b3bdae.tar.gz
gun-e4df3bb7c726571640c2799bc7a6fbb687b3bdae.tar.bz2
gun-e4df3bb7c726571640c2799bc7a6fbb687b3bdae.zip
Add tls_handshake events for CONNECT through TLS proxies
Diffstat (limited to 'src/gun_event.erl')
-rw-r--r--src/gun_event.erl5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gun_event.erl b/src/gun_event.erl
index ed50fd7..8a40518 100644
--- a/src/gun_event.erl
+++ b/src/gun_event.erl
@@ -60,11 +60,6 @@
%% 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.
-%%
-%% @todo The current implementation of TLS over TLS will not result
-%% in an event being triggered when the TLS handshake fails. Instead
-%% the Gun process will exit because of the link to the gun_tls_proxy
-%% process.
-type tls_handshake_event() :: #{
stream_ref => reference(),