diff options
author | Johannes Weißl <[email protected]> | 2013-07-24 00:12:08 +0200 |
---|---|---|
committer | Johannes Weißl <[email protected]> | 2013-07-24 00:16:22 +0200 |
commit | 86b9d4eaf56f5e694626b5bfc0d027e69a0e6953 (patch) | |
tree | dedf7dedc2b583b29f6cc7d96c41c924d8cabc44 /lib/inets/doc/src/httpc.xml | |
parent | aba918012baf791ea55da96fb507eae8c30238ba (diff) | |
download | otp-86b9d4eaf56f5e694626b5bfc0d027e69a0e6953.tar.gz otp-86b9d4eaf56f5e694626b5bfc0d027e69a0e6953.tar.bz2 otp-86b9d4eaf56f5e694626b5bfc0d027e69a0e6953.zip |
Fix some errors in the inets documentation
Diffstat (limited to 'lib/inets/doc/src/httpc.xml')
-rw-r--r-- | lib/inets/doc/src/httpc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml index 741f2abaef..d9a27e7d1e 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -300,11 +300,11 @@ filename() = string() process or to a file. When streaming to the calling process using the option <c>self</c> the following stream messages will be sent to that process: <c>{http, {RequestId, - stream_start, Headers}, {http, {RequestId, stream, - BinBodyPart}, {http, {RequestId, stream_end, Headers}</c>. When + stream_start, Headers}}, {http, {RequestId, stream, + BinBodyPart}}, {http, {RequestId, stream_end, Headers}}</c>. When streaming to to the calling processes using the option <c>{self, once}</c> the first message will have an additional - element e.i. <c>{http, {RequestId, stream_start, Headers, Pid}</c>, + element e.i. <c>{http, {RequestId, stream_start, Headers, Pid}}</c>, this is the process id that should be used as an argument to <c>http:stream_next/1</c> to trigger the next message to be sent to the calling process. </p> |