[#OSSL_HTTP_REQ_CTX_set_max_response_length] = OSSL_HTTP_REQ_CTX_set_max_response_length :mrdocs: Cap the maximum HTTP response body length accepted by `rctx.` == Synopsis Declared in `<openssl/http.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_HTTP_REQ_CTX_set_max_response_length( xref:OSSL_HTTP_REQ_CTX.adoc[OSSL_HTTP_REQ_CTX]* rctx, unsigned long len); ---- == Parameters [cols="1,4"] |=== | Name| Description | *rctx* | HTTP request context. | *len* | Maximum response length in bytes (0 may restore the implementation default). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#