Clear the pending read‐request size tracked by a buffering BIO.

Synopsis

Declared in <openssl/bio.h>

int
BIO_ctrl_reset_read_request(BIO* b);

Return Value

1 on success, or 0 on failure.

Parameters

Name

Description

b

BIO whose read‐request state is reset.

Created with MrDocs