mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 15:36:16 +08:00
cosmetics
This commit is contained in:
@@ -358,7 +358,7 @@ namespace OSHttpServer.Parser
|
||||
{
|
||||
if (ch == '\r' || ch == '\n')
|
||||
{
|
||||
if (m_curHeaderName == string.Empty)
|
||||
if (m_curHeaderName.Length == 0)
|
||||
throw new BadRequestException("Missing header on line " + currentLine);
|
||||
|
||||
if (currentPos - startPos > 8190)
|
||||
|
||||
Reference in New Issue
Block a user