From e4df3bb7c726571640c2799bc7a6fbb687b3bdae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 26 Jul 2019 12:35:38 +0200 Subject: Add tls_handshake events for CONNECT through TLS proxies --- src/gun_event.erl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/gun_event.erl') 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(), -- cgit v1.2.3