mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
7f8aba2f44
Change introduces a default limit on HTTP headers we expect to receive from server to 256. If limit is exceeded http client library indicates HTTP_R_RESPONSE_TOO_MANY_HDRLINES error. Application can use OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines() to change default. Setting limit to 0 implies no limit (current behavior). Fixes #22264 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23781) |
||
---|---|---|
.. | ||
build.info | ||
http_client.c | ||
http_err.c | ||
http_lib.c |