aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2013-10-14 13:52:23 +0200
committerIngela Anderton Andin <[email protected]>2013-10-14 13:52:23 +0200
commitb95bfc6c641a568f6ed5dc4ff9e80a742505744d (patch)
treef4b89f901bc4ea350cc6557a341144d09b85bfd6 /lib/inets/doc
parentea8545dbeb69431da8fdbbde0db9e7847725e9db (diff)
parentdb460f90313bb7adea4ebd4cf0f3cca568ddf118 (diff)
downloadotp-b95bfc6c641a568f6ed5dc4ff9e80a742505744d.tar.gz
otp-b95bfc6c641a568f6ed5dc4ff9e80a742505744d.tar.bz2
otp-b95bfc6c641a568f6ed5dc4ff9e80a742505744d.zip
Merge remote-tracking branch 'upstream/maint'
Diffstat (limited to 'lib/inets/doc')
-rw-r--r--lib/inets/doc/src/httpc.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml
index 39860a4cc2..357a62381d 100644
--- a/lib/inets/doc/src/httpc.xml
+++ b/lib/inets/doc/src/httpc.xml
@@ -440,7 +440,10 @@ apply(Module, Function, [ReplyInfo | Args])
<v>Profile = profile() | pid() (when started <c>stand_alone</c>)</v>
</type>
<desc>
- <p>Cancels an asynchronous HTTP-request. </p>
+ <p>Cancels an asynchronous HTTP-request. Note this does not guarantee
+ that the request response will not be delivered, as it is asynchronous the
+ the request may already have been completed when the cancellation arrives.
+ </p>
<marker id="set_options"></marker>
</desc>