revert introduction of some in arguments

This commit is contained in:
UbitUmarov
2022-10-23 21:00:56 +01:00
parent 37844d22ea
commit f5883d8ce6
22 changed files with 125 additions and 138 deletions

View File

@@ -433,7 +433,7 @@ namespace OSHttpServer.Parser
return handledBytes;
}
static int GetLineBreakSize(in byte[] buffer, int offset)
static int GetLineBreakSize(byte[] buffer, int offset)
{
byte c = buffer[offset];
if (c == '\r')