diff options
author | Raimo Niskanen <[email protected]> | 2017-07-21 11:13:31 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-07-21 11:13:31 +0200 |
commit | 87e1b65dea251948ddd6311e846f71d820c421d8 (patch) | |
tree | d4abbae9dd292254af40d2ae6263f92aef4e6260 /lib | |
parent | b7b813998b13af831289687a3c7c324b6c42460c (diff) | |
parent | e39444ea553aeda62314eb087b8aaae81eb87c2e (diff) | |
download | otp-87e1b65dea251948ddd6311e846f71d820c421d8.tar.gz otp-87e1b65dea251948ddd6311e846f71d820c421d8.tar.bz2 otp-87e1b65dea251948ddd6311e846f71d820c421d8.zip |
Merge pull request #1513 from nroi/maint
Fix typo in httpc.xml: http -> httpc
Diffstat (limited to 'lib')
-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> |