From 80f8cda7ff8fe6a575b4c2eaedd8451acf4fcef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 5 Feb 2017 20:45:36 +0100 Subject: Remove or fix a small number of todo comments One had the todo text fixed, another had the task to do done. --- src/cowboy_stream_h.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cowboy_stream_h.erl') diff --git a/src/cowboy_stream_h.erl b/src/cowboy_stream_h.erl index 8278b21..cc2f5c0 100644 --- a/src/cowboy_stream_h.erl +++ b/src/cowboy_stream_h.erl @@ -116,7 +116,6 @@ info(_StreamID, SwitchProtocol = {switch_protocol, _, _, _}, State) -> {[SwitchProtocol], State}; %% Stray message. info(_StreamID, _Info, State) -> - %% @todo Error report. %% @todo Cleanup if no reply was sent when stream ends. {[], State}. -- cgit v1.2.3