MaxHttpHeaderData
MaxHttpHeaderData
#Overview
name: MaxHttpHeaderData
The value of this variable can be defined or overridden in .ini config files. 1
.ini config file referencing this setting variable.
It is referenced in 1
C++ source file.
#Summary
#Setting Variables
#References In INI files
Location: <Workspace>/Engine/Config/BaseEngine.ini:80, section: [WebSockets.LibWebSockets]
- INI Section:
WebSockets.LibWebSockets
- Raw value:
32768
- Is Array:
False
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Online/WebSockets/Private/Lws/LwsWebSocketsManager.cpp:108
Scope (from outer to inner):
file
function void FLwsWebSocketsManager::InitWebSockets
Source code excerpt:
ContextInfo.max_http_header_data = 0;
int32 MaxHttpHeaderData = 1024 * 32;
GConfig->GetInt(TEXT("WebSockets.LibWebSockets"), TEXT("MaxHttpHeaderData"), MaxHttpHeaderData, GEngineIni);
ContextInfo.max_http_header_data2 = MaxHttpHeaderData;
ContextInfo.pt_serv_buf_size = MaxHttpHeaderData;
int32 PingPongInterval = 0;
GConfig->GetInt(TEXT("WebSockets.LibWebSockets"), TEXT("PingPongInterval"), PingPongInterval, GEngineIni);
ContextInfo.ws_ping_pong_interval = PingPongInterval;
// HTTP proxy