aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-10-28 13:12:17 +0100
committerLoïc Hoguin <[email protected]>2018-10-28 13:12:17 +0100
commite11279e0d2c885101ac3f978be0d38cf7e43ca2d (patch)
treea8231961ef88aad555ab745ccdc98d7a89e4a33b /src
parenta764075b892d53c8ad8541c517b49a4a980f2f85 (diff)
downloadcowboy-e11279e0d2c885101ac3f978be0d38cf7e43ca2d.tar.gz
cowboy-e11279e0d2c885101ac3f978be0d38cf7e43ca2d.tar.bz2
cowboy-e11279e0d2c885101ac3f978be0d38cf7e43ca2d.zip
Remove a useless todo
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)