Files
UnrealEngineUWP/Engine/Source/Runtime/Online
mitchell fisher 2e77daa38c [HttpServer] HttpServerConfig yields a mechanism for users to customize http listeners on a per-port basis
+ Configuration resolution is hierarchical and processed in order:  Per-Port Configuration, Default Configuration, Hard-Coded configuration

+ Per-port overriders can be declared with:
[HttpServer.Listeners]
+ListenerOverrides=(Port=..., BindAddress=...., BufferSize=..., ConnectionsBacklogSize=..., MaxConnectionsAcceptPerFrame=...)

+Default overrides can be declared with
[HttpServer.Listeners]
DefaultBindAddress=...
DefaultBufferSize=...
DefaultConnectionsBacklogSize=...
DefaultMaxConnectionsAcceptPerFrame=...

+ Lastly, if no per-port/default overrides are set, the in-code defaults are the last fallback

#rb david.nikdel,arciel.rekman

#ROBOMERGE-SOURCE: CL 12939724 via CL 12939730 via CL 12939739
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v682-12900288)

[CL 12939743 by mitchell fisher in Main branch]
2020-04-20 17:31:40 -04:00
..
2020-03-03 14:23:49 -05:00
2020-03-05 14:43:10 -05:00
2020-03-19 07:54:51 -04:00