mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 21:38:46 +08:00
revert introduction of some in arguments
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user