diff options
author | Fredrik Gustafsson <[email protected]> | 2013-07-30 09:42:23 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-07-30 09:42:23 +0200 |
commit | 5515398e9e8e5091e4c959a5b9af3613d372d42d (patch) | |
tree | 9dc73bc9e2b5cafc22bb05e3f205a54efe459d71 /lib/inets/doc/src/httpc.xml | |
parent | 1a3bf3f3f8a4c4398fbc0eb9f83412e33ee28f5f (diff) | |
parent | ecdf2b1505451612d9c163ef918b948fd8948bac (diff) | |
download | otp-5515398e9e8e5091e4c959a5b9af3613d372d42d.tar.gz otp-5515398e9e8e5091e4c959a5b9af3613d372d42d.tar.bz2 otp-5515398e9e8e5091e4c959a5b9af3613d372d42d.zip |
Merge branch 'maint'
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 48b2d45bf4..39860a4cc2 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> |