Limit how many HTTP response header lines rctx will accept.
Declared in <openssl/http.h>
void
OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines(
OSSL_HTTP_REQ_CTX* rctx,
size_t count);
| Name | Description |
|---|---|
| rctx | Request context to update. |
| count | Maximum header lines (0 means unlimited / implementation default). |