mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-24 12:06:38 +00:00
Removed one unused variable
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user