diff options
author | Luca Favatella <[email protected]> | 2018-03-16 21:03:19 +0000 |
---|---|---|
committer | Luca Favatella <[email protected]> | 2018-03-23 17:00:42 +0000 |
commit | 2591eddc8db45c89e01ceefa009537aaf660ac82 (patch) | |
tree | afb2823b83dec78dbc060185cc7f349a0ab8a6b0 /lib/inets/doc/src | |
parent | b9a2da76f0a4d84b749c4ac6ef8d269994385593 (diff) | |
download | otp-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')
-rw-r--r-- | lib/inets/doc/src/httpc.xml | 3 |
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> |