]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
OSSL_HTTP_open(): Complete documentation of checks for server and proxy args
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 1 Dec 2021 07:01:31 +0000 (08:01 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 7 Dec 2021 10:27:44 +0000 (11:27 +0100)
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17186)

(cherry picked from commit 59b6b5a94f5a5f756aa323d1fb061697ca9eadf8)

doc/man3/OSSL_HTTP_transfer.pod

index 6b784ea0b5d1728c912871c872ec97f07e35ae70..b0ca394448651e7b01505191f03aec6f5fada20a 100644 (file)
@@ -68,6 +68,8 @@ I<bio> is used for writing requests and I<rbio> for reading responses.
 As soon as the client has flushed I<bio> the server must be ready to provide
 a response or indicate a waiting condition via I<rbio>.
 
+If I<bio> is given, it is an error to provide I<proxy> or I<no_proxy> arguments,
+while I<server> and I<port> arguments may be given to support diagnostic output.
 If I<bio> is NULL the optional I<proxy> parameter can be used to set an
 HTTP(S) proxy to use (unless overridden by "no_proxy" settings).
 If TLS is not used this defaults to the environment variable C<http_proxy>