diff options
author | Raimo Niskanen <[email protected]> | 2017-07-21 11:13:54 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2017-07-21 11:13:54 +0200 |
commit | 33055f145d02c744e533b15df27f22e7d52d9148 (patch) | |
tree | ba5b86fc7437e2922f6d2dd311e9aa4dc663aab2 | |
parent | 9d0993c31bee0d83a22e8f5854de775bde16a8d1 (diff) | |
parent | 87e1b65dea251948ddd6311e846f71d820c421d8 (diff) | |
download | otp-33055f145d02c744e533b15df27f22e7d52d9148.tar.gz otp-33055f145d02c744e533b15df27f22e7d52d9148.tar.bz2 otp-33055f145d02c744e533b15df27f22e7d52d9148.zip |
Merge branch 'maint'
-rw-r--r-- | lib/inets/doc/src/httpc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml index 66ec6cabd8..29e4b22632 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -408,7 +408,7 @@ <c>{self, once}</c>, the first message has an extra element, that is, <c>{http, {RequestId, stream_start, Headers, Pid}}</c>. This is the process id to be used as an argument to - <c>http:stream_next/1</c> to trigger the next message to be sent to + <c>httpc:stream_next/1</c> to trigger the next message to be sent to the calling process.</p> <p>Notice that chunked encoding can add headers so that there are more headers in the <c>stream_end</c> |