From 86d1a677fd310d7d90d6f7545c02a4bd68e1d955 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 4 Jun 2025 09:49:23 +0300 Subject: libcurl: update to 8.14.0 --- libs/libcurl/src/http.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/libcurl/src/http.h') diff --git a/libs/libcurl/src/http.h b/libs/libcurl/src/http.h index e97abc0a28..5b05e74be9 100644 --- a/libs/libcurl/src/http.h +++ b/libs/libcurl/src/http.h @@ -174,6 +174,10 @@ CURLcode Curl_http_follow(struct Curl_easy *data, const char *newurl, version. This count includes CONNECT response headers. */ #define MAX_HTTP_RESP_HEADER_SIZE (300*1024) +/* MAX_HTTP_RESP_HEADER_COUNT is the maximum number of response headers that + libcurl allows for a single HTTP response, including CONNECT and + redirects. */ +#define MAX_HTTP_RESP_HEADER_COUNT 5000 #endif /* CURL_DISABLE_HTTP */ -- cgit v1.2.3