aboutsummaryrefslogtreecommitdiffstats
path: root/src/gun_default_event_h.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gun_default_event_h.erl')
-rw-r--r--src/gun_default_event_h.erl8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gun_default_event_h.erl b/src/gun_default_event_h.erl
index ff6f951..6ef2e11 100644
--- a/src/gun_default_event_h.erl
+++ b/src/gun_default_event_h.erl
@@ -26,6 +26,8 @@
-export([response_headers/2]).
-export([response_trailers/2]).
-export([response_end/2]).
+-export([ws_upgrade/2]).
+-export([protocol_changed/2]).
-export([disconnect/2]).
-export([terminate/2]).
@@ -62,6 +64,12 @@ response_trailers(_EventData, State) ->
response_end(_EventData, State) ->
State.
+ws_upgrade(_EventData, State) ->
+ State.
+
+protocol_changed(_EventData, State) ->
+ State.
+
disconnect(_EventData, State) ->
State.