Home
last modified time | relevance | path

Searched refs:maxHeaderSizeED (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp573 constexpr const uint16_t maxHeaderSizeED = 8096; in requestRoutesEventDestinationCollection() local
574 if (cumulativeLen > maxHeaderSizeED) in requestRoutesEventDestinationCollection()
577 asyncResp->res, "HttpHeaders", maxHeaderSizeED); in requestRoutesEventDestinationCollection()