diff options
author | Ingela Anderton Andin <[email protected]> | 2012-09-24 16:44:22 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-02-05 10:32:21 +0100 |
commit | 1f92bda6d4a9199f6e2962de139e1fd8215051de (patch) | |
tree | adca6a8d136cf8404bc696b34bc666a63d147718 /lib | |
parent | 926e7f4572363989e3132355197dde6be47e1c2e (diff) | |
download | otp-1f92bda6d4a9199f6e2962de139e1fd8215051de.tar.gz otp-1f92bda6d4a9199f6e2962de139e1fd8215051de.tar.bz2 otp-1f92bda6d4a9199f6e2962de139e1fd8215051de.zip |
inets httpc: Document that RFC 2817 is not supported
Diffstat (limited to 'lib')
-rw-r--r-- | lib/inets/doc/src/httpc.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml index 981215000a..b1f4e6dfe4 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -43,8 +43,12 @@ cookies and other options that can be applied to more than one request. </p> - <p>If the scheme - https is used the ssl application needs to be started.</p> + <p>If the scheme https is used the ssl application needs to be + started. When https links needs to go through a proxy the + CONNECT method extension to HTTP-1.1 is used to establish a + tunnel and then the connection is upgraded to TLS, + however "TLS upgrade" according to RFC 2817 is not + supported.</p> <p>Also note that pipelining will only be used if the pipeline timeout is set, otherwise persistent connections without |