From be93437f45446ef8109538a3614ba538c9ce6715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 16 Oct 2020 11:43:05 +0200 Subject: Remove the transport_changed event It doesn't provide any new information compared to the other events. --- src/gun_default_event_h.erl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gun_default_event_h.erl') diff --git a/src/gun_default_event_h.erl b/src/gun_default_event_h.erl index a146d21..37f1a3b 100644 --- a/src/gun_default_event_h.erl +++ b/src/gun_default_event_h.erl @@ -39,7 +39,6 @@ -export([ws_send_frame_start/2]). -export([ws_send_frame_end/2]). -export([protocol_changed/2]). --export([transport_changed/2]). -export([origin_changed/2]). -export([cancel/2]). -export([disconnect/2]). @@ -117,9 +116,6 @@ ws_send_frame_end(_EventData, State) -> protocol_changed(_EventData, State) -> State. -transport_changed(_EventData, State) -> - State. - origin_changed(_EventData, State) -> State. -- cgit v1.2.3