aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/cowboy_stream.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-27 18:08:29 +0200
committerLoïc Hoguin <[email protected]>2018-06-27 18:08:29 +0200
commit16143354361651cc7c14b81595760118efce8870 (patch)
treefbbac0d903a8b2346bac467d521c9f295d856ae0 /doc/src/manual/cowboy_stream.asciidoc
parent34f57ebbd39b64f1dc867260aca8a1efc49b4a70 (diff)
downloadcowboy-16143354361651cc7c14b81595760118efce8870.tar.gz
cowboy-16143354361651cc7c14b81595760118efce8870.tar.bz2
cowboy-16143354361651cc7c14b81595760118efce8870.zip
Remove a stream handlers related todo not worth doing
Diffstat (limited to 'doc/src/manual/cowboy_stream.asciidoc')
-rw-r--r--doc/src/manual/cowboy_stream.asciidoc14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/src/manual/cowboy_stream.asciidoc b/doc/src/manual/cowboy_stream.asciidoc
index bf94340..0207ad8 100644
--- a/doc/src/manual/cowboy_stream.asciidoc
+++ b/doc/src/manual/cowboy_stream.asciidoc
@@ -85,9 +85,6 @@ the `early_error/5` callback must return a response command.
// It's better than doing in the handlers directly because
// then we can have other stream handlers manipulate those logs.
-// @todo We need a command to send a message so that other
-// stream handlers can manipulate these messages if necessary.
-
The following commands are defined:
[[inform_command]]
@@ -278,17 +275,6 @@ This is the raw exit message without any modification.
// //info(StreamID, {read_body, Ref, Length, Period}, State) ->
//
// TODO yeah I am not actually sure this one should be public just yet
-// TODO if it is, then we probably shouldn't send a message directly,
-// TODO but rather return a command that will end up sending the message
-//
-// TODO The problem being that no stream handler has access to that
-// TODO message if we send it directly. So we should have a command
-// TODO send_message or something that can be seen from all handlers.
-//
-// TODO The thing is that stream handlers can have 0 to N processes
-// TODO so we have to make it easy to say which process should
-// TODO receive the message, and perhaps *identify* which process
-// TODO gets it?
=== inform