- Additional stat in FManager::Update OnProcessRequestComplete
#ROBOMERGE-SOURCE: CL 12688463 via CL 12688481 via CL 12688489 via CL 12688499
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v676-12543919)
[CL 12688522 by chris varnsverry in Main branch]
[at]Rob.Cannaday [at]Sam.Zamani [at]Michael.Kirzinger
#ROBOMERGE-SOURCE: CL 12687991 via CL 12687992 via CL 12687993 via CL 12687994
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v676-12543919)
[CL 12688009 by chris varnsverry in Main branch]
#rnx
#rb none
#ROBOMERGE-OWNER: ryan.durand
#ROBOMERGE-AUTHOR: ryan.durand
#ROBOMERGE-SOURCE: CL 10869210 via CL 10869511 via CL 10869900
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870549 by ryan durand in Main branch]
#rb Rob Cannaday, Michael Kirzinger
#ROBOMERGE-SOURCE: CL 10829548 via CL 10829565
#ROBOMERGE-BOT: (v610-10636431)
[CL 10829582 by ayush kapur in Main branch]
Fix out of date copyright notices.
#rb none
#jira UE-59151
#rnx
#ROBOMERGE-SOURCE: CL 4097781 in //UE4/Release-4.20/...
#ROBOMERGE-BOT: RELEASE (Release-4.20 -> Release-Staging-4.20)
[CL 4097786 by ben marsh in Staging-4.20 branch]
#lockdown Nick.Penwarden
============================
MAJOR FEATURES & CHANGES
============================
Change 3661955 by Rob.Cannaday
Change access pattern to FHttpThread to remove critical section
#http #ue4
Change 3672463 by Rob.Cannaday
Revert Curl/WinINet HTTP implementation of GetHeader/GetAllHeaders to not allowing access until the request is complete
Some optimizations to Curl/WinINet GetAllHeaders
Add bIsAsyncProcessingFinished to FHttpResponseWinInet, set when the request is finished on the HTTP thread, and only set bIsReady when we have finished processing all received headers
Use FThreadSafeBool instead of volatile int32 in WinINet HTTP
Change 3855724 by Michael.Kirzinger
Fix include paths
Change 3949903 by Ian.Fox
#OnlineSubsystemSteam - Add IsValid check to SteamSessionInfo to fix a rare crash
- Misc cleanup / casting fixes
#github #4532
Change 3949914 by Ian.Fox
#ShooterGame - Wait for session creation to finish before cleaning up session on network errors
#review-3831601
Change 3662317 by Rob.Cannaday
Add delegate for when we receive an http header
Add FHttpRequestImpl to implement simple virtual functions that all platforms implement in the same way
Add lock access to Curl/WinInet response headers access so game thread can safely read while processing
#jira OGS-832
#jira OGS-833
#http #ue4
#rb none
[CL 4040611 by James Hopkin in Main branch]