mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-13 05:12:27 +00:00
Use pipelines to read request bodies instead of stream
This commit is contained in:
parent
30cffef2f2
commit
bff915e304
3 changed files with 70 additions and 25 deletions
|
@ -48,7 +48,7 @@ public class MatchController : ControllerBase
|
|||
|
||||
if (bodyString.Length == 0 || bodyString[0] != '[') return this.BadRequest();
|
||||
|
||||
Logger.Info("Received match data: " + bodyString, LogArea.Match);
|
||||
Logger.Debug("Received match data: " + bodyString, LogArea.Match);
|
||||
|
||||
IMatchCommand? matchData;
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue