aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cowboy_http2.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cowboy_http2.erl b/src/cowboy_http2.erl
index 3d91c02..f64592c 100644
--- a/src/cowboy_http2.erl
+++ b/src/cowboy_http2.erl
@@ -753,7 +753,6 @@ terminate_stream(State=#state{streams=Streams0, children=Children0}, StreamID, R
State
end.
-%% @todo Maybe put State first.
terminate_stream_handler(#state{opts=Opts}, StreamID, Reason, StreamState) ->
try
cowboy_stream:terminate(StreamID, Reason, StreamState)