Removed one unused variable

This commit is contained in:
2020-01-09 09:52:56 +01:00
parent 60b3ea4067
commit 0438d4e32a
-1
View File
@@ -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.