Browse Source

Remove a useless todo

Loïc Hoguin 6 years ago
parent
commit
e11279e0d2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/cowboy_http2.erl

+ 0 - 1
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)