Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8184
uint64_t HTTPContext::getMaxRequestHeaderSize() const
8185
{
8186
return context->getSettingsRef()[Setting::http_max_request_header_size];
8187
}
8188
8189
Poco::Timespan HTTPContext::getHeadersReadTimeout() const
8190
{
Callers
1
HTTPServerRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected