From e11279e0d2c885101ac3f978be0d38cf7e43ca2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 28 Oct 2018 13:12:17 +0100 Subject: Remove a useless todo --- src/cowboy_http2.erl | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3