aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/httpc.xml
diff options
context:
space:
mode:
authorLuca Favatella <[email protected]>2018-03-16 21:03:19 +0000
committerLuca Favatella <[email protected]>2018-03-23 17:00:42 +0000
commit2591eddc8db45c89e01ceefa009537aaf660ac82 (patch)
treeafb2823b83dec78dbc060185cc7f349a0ab8a6b0 /lib/inets/doc/src/httpc.xml
parentb9a2da76f0a4d84b749c4ac6ef8d269994385593 (diff)
downloadotp-2591eddc8db45c89e01ceefa009537aaf660ac82.tar.gz
otp-2591eddc8db45c89e01ceefa009537aaf660ac82.tar.bz2
otp-2591eddc8db45c89e01ceefa009537aaf660ac82.zip
inets: Remove httpc dead code re init error
... i.e. references to `connect_failed` and `send_failed`, unused since 5d32eaf750 .
Diffstat (limited to 'lib/inets/doc/src/httpc.xml')
-rw-r--r--lib/inets/doc/src/httpc.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml
index 14662f257c..ffc6fec518 100644
--- a/lib/inets/doc/src/httpc.xml
+++ b/lib/inets/doc/src/httpc.xml
@@ -312,8 +312,7 @@
<v>Body = string() | binary()</v>
<v>Profile = profile() | pid()</v>
<d>When started <c>stand_alone</c> only the pid can be used.</d>
- <v>Reason = {connect_failed, term()} |
- {send_failed, term()} | term()</v>
+ <v>Reason = term()</v>
</type>
<desc>