update steamapi, add logging

This commit is contained in:
Onni Kukkonen
2022-04-16 22:19:55 +03:00
parent 5b063a0052
commit 28975e3b2e
34 changed files with 2716 additions and 1893 deletions

View File

@@ -84,6 +84,7 @@ enum EHTTPStatusCode
k_EHTTPStatusCode417ExpectationFailed = 417,
k_EHTTPStatusCode4xxUnknown = 418, // 418 is reserved, so we'll use it to mean unknown
k_EHTTPStatusCode429TooManyRequests = 429,
k_EHTTPStatusCode444ConnectionClosed = 444, // nginx only?
// Server error codes
k_EHTTPStatusCode500InternalServerError = 500,