![]() |
MySQL 26.7.0
Source Code Documentation
|
Functions | |
| template<typename Connection > | |
| void | disconnect (Connection &c) |
| uint64_t | effective_limit (const uint64_t configured_limit, const std::atomic< bool > &has_runtime_override, const std::atomic< uint64_t > &runtime_override) |
| void | set_limit_override (std::atomic< bool > &has_runtime_override, std::atomic< uint64_t > &runtime_override, std::optional< uint64_t > value) |
Variables | |
| constexpr auto | kRejectLogGracePeriod = std::chrono::seconds(5) |
| constexpr char | kMaxHttpConnectionsRejectionMessage [] |
| constexpr char | kMaxRequestBodySizeRejectionMessage [] |
| constexpr char | kInvalidRequestBodyHeadersRejectionMessage [] |
| constexpr char | kMaxResponseBodySizeRejectionMessage [] |
| void http::server::anonymous_namespace{server.cc}::disconnect | ( | Connection & | c | ) |
| uint64_t http::server::anonymous_namespace{server.cc}::effective_limit | ( | const uint64_t | configured_limit, |
| const std::atomic< bool > & | has_runtime_override, | ||
| const std::atomic< uint64_t > & | runtime_override | ||
| ) |
| void http::server::anonymous_namespace{server.cc}::set_limit_override | ( | std::atomic< bool > & | has_runtime_override, |
| std::atomic< uint64_t > & | runtime_override, | ||
| std::optional< uint64_t > | value | ||
| ) |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |