MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getMaxRequestHeaderSize

Method getMaxRequestHeaderSize

src/Interpreters/Context.cpp:8184–8187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8182}
8183
8184uint64_t HTTPContext::getMaxRequestHeaderSize() const
8185{
8186 return context->getSettingsRef()[Setting::http_max_request_header_size];
8187}
8188
8189Poco::Timespan HTTPContext::getHeadersReadTimeout() const
8190{

Callers 1

HTTPServerRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected