aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_stream_h.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-02-05 20:45:36 +0100
committerLoïc Hoguin <[email protected]>2017-02-05 20:45:36 +0100
commit80f8cda7ff8fe6a575b4c2eaedd8451acf4fcef3 (patch)
treeb274c28aa95320dada46df723d11d93db4a7a9c0 /src/cowboy_stream_h.erl
parent1504c60c899114ce25f5b17d78168f03258df20f (diff)
downloadcowboy-80f8cda7ff8fe6a575b4c2eaedd8451acf4fcef3.tar.gz
cowboy-80f8cda7ff8fe6a575b4c2eaedd8451acf4fcef3.tar.bz2
cowboy-80f8cda7ff8fe6a575b4c2eaedd8451acf4fcef3.zip
Remove or fix a small number of todo comments
One had the todo text fixed, another had the task to do done.
Diffstat (limited to 'src/cowboy_stream_h.erl')
-rw-r--r--src/cowboy_stream_h.erl1
1 files changed, 0 insertions, 1 deletions
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}.