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. --- test/gun_test_event_h.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'test/gun_test_event_h.erl') diff --git a/test/gun_test_event_h.erl b/test/gun_test_event_h.erl index 98b2669..c0d6513 100644 --- a/test/gun_test_event_h.erl +++ b/test/gun_test_event_h.erl @@ -40,7 +40,6 @@ ws_recv_frame_end(Event, State) -> common(?FUNCTION_NAME, Event, State). ws_send_frame_start(Event, State) -> common(?FUNCTION_NAME, Event, State). ws_send_frame_end(Event, State) -> common(?FUNCTION_NAME, Event, State). protocol_changed(Event, State) -> common(?FUNCTION_NAME, Event, State). -transport_changed(Event, State) -> common(?FUNCTION_NAME, Event, State). origin_changed(Event, State) -> common(?FUNCTION_NAME, Event, State). cancel(Event, State) -> common(?FUNCTION_NAME, Event, State). disconnect(Event, State) -> common(?FUNCTION_NAME, Event, State). -- cgit v1.2.3