OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_HTTP_close()

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17160)

(cherry picked from commit 4ee464cf8e)
This commit is contained in:
Dr. David von Oheimb 2021-11-22 11:29:25 +01:00 committed by Dr. David von Oheimb
parent 7e424b54b7
commit 8df298918f
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ The caller is responsible for freeing the BIO pointer obtained.
OSSL_HTTP_close() closes the connection and releases I<rctx>.
The I<ok> parameter is passed to any BIO update function
given during setup as described above for OSSL_HTTP_open().
It must be 1 if no error occurred during the HTTP transfer and 0 otherwise.
=head1 NOTES