aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_default_event_h.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-10-16 11:43:05 +0200
committerLoïc Hoguin <[email protected]>2020-10-16 11:43:05 +0200
commitbe93437f45446ef8109538a3614ba538c9ce6715 (patch)
tree9a595afe87779f510b32d9723e148b5e80d0aef7 /src/gun_default_event_h.erl
parent356bf47edeb5b78765200e78d9b7a48aa98b97f5 (diff)
downloadgun-be93437f45446ef8109538a3614ba538c9ce6715.tar.gz
gun-be93437f45446ef8109538a3614ba538c9ce6715.tar.bz2
gun-be93437f45446ef8109538a3614ba538c9ce6715.zip
Remove the transport_changed event
It doesn't provide any new information compared to the other events.
Diffstat (limited to 'src/gun_default_event_h.erl')
-rw-r--r--src/gun_default_event_h.erl4
1 files changed, 0 insertions, 4 deletions
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.