[#bitcoin_http-MAX_HEADERS_SIZE] = xref:bitcoin_http.adoc[bitcoin_http]::MAX_HEADERS_SIZE :relfileprefix: ../ :mrdocs: Maximum size of each headers line in an HTTP request, also the maximum size of all headers total. See https://github.com/bitcoin/bitcoin/pull/6859 And libevent http.c evhttp_parse_headers_() == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr size_t MAX_HEADERS_SIZE = {8192}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#