0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Remove a useless todo

This commit is contained in:
Loïc Hoguin 2018-10-28 13:12:17 +01:00
parent a764075b89
commit e11279e0d2
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -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)