mirror of https://github.com/openssl/openssl.git
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:
parent
7e424b54b7
commit
8df298918f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue