diff options
author | Micael Karlberg <[email protected]> | 2010-03-19 14:48:15 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-19 14:48:15 +0000 |
commit | c9f480b49256e1f7869265e4346c594fa4f90fd5 (patch) | |
tree | 0835a66f6b79fa7902f359b4c02fded09bfc8ace /lib/inets/doc/src/httpc.xml | |
parent | d98796f44dfd874b8a9887d60c8367386198d4cc (diff) | |
download | otp-c9f480b49256e1f7869265e4346c594fa4f90fd5.tar.gz otp-c9f480b49256e1f7869265e4346c594fa4f90fd5.tar.bz2 otp-c9f480b49256e1f7869265e4346c594fa4f90fd5.zip |
OTP-8508 & OTP-8509.
Diffstat (limited to 'lib/inets/doc/src/httpc.xml')
-rw-r--r-- | lib/inets/doc/src/httpc.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml index ca93190f61..7430a62b1b 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -191,7 +191,8 @@ ssl_options() = {verify, code()} | <v>Result = {status_line(), headers(), body()} | {status_code(), body()} | request_id() </v> <v>Profile = profile() </v> - <v>Reason = term() </v> + <v>Reason = {connect_failed, term()} | + {send_failed, term()} | term() </v> </type> <desc> |