diff --git a/MTSC/Common/Http/HttpRequest.cs b/MTSC/Common/Http/HttpRequest.cs index 1a89297..38e5316 100644 --- a/MTSC/Common/Http/HttpRequest.cs +++ b/MTSC/Common/Http/HttpRequest.cs @@ -319,7 +319,6 @@ namespace MTSC.Common.Http /* * Parse the bytes one by one, respecting the reference manual. */ - StringBuilder parseBuffer = new StringBuilder(); MemoryStream ms = new MemoryStream(requestBytes); /* * Keep the index of the byte array, to identify the message body.