From f48b5b11e8e3889ae636f9d1d3a800f48be1be90 Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Wed, 1 Dec 2021 08:01:31 +0100 Subject: [PATCH] OSSL_HTTP_open(): Complete documentation of checks for server and proxy args Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17186) (cherry picked from commit 59b6b5a94f5a5f756aa323d1fb061697ca9eadf8) --- doc/man3/OSSL_HTTP_transfer.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/man3/OSSL_HTTP_transfer.pod b/doc/man3/OSSL_HTTP_transfer.pod index 6b784ea0b5d..b0ca3944486 100644 --- a/doc/man3/OSSL_HTTP_transfer.pod +++ b/doc/man3/OSSL_HTTP_transfer.pod @@ -68,6 +68,8 @@ I is used for writing requests and I for reading responses. As soon as the client has flushed I the server must be ready to provide a response or indicate a waiting condition via I. +If I is given, it is an error to provide I or I arguments, +while I and I arguments may be given to support diagnostic output. If I is NULL the optional I 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 -- 2.47.2