Closing braces should be followed by an empty line
This commit is contained in:
parent
fc59b0ab77
commit
637936cb9f
|
@ -140,10 +140,12 @@ namespace Jellyfin.Server.SocketSharp
|
|||
throw new ArgumentException("net_WebHeaderInvalidCRLFChars");
|
||||
}
|
||||
}
|
||||
|
||||
if (crlf != 0)
|
||||
{
|
||||
throw new ArgumentException("net_WebHeaderInvalidCRLFChars");
|
||||
}
|
||||
|
||||
return name;
|
||||
}
|
||||
|
||||
|
@ -156,6 +158,7 @@ namespace Jellyfin.Server.SocketSharp
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
@ -151,6 +151,7 @@ namespace Jellyfin.Server.SocketSharp
|
|||
{
|
||||
sb.Append(";Secure");
|
||||
}
|
||||
|
||||
if (cookie.HttpOnly)
|
||||
{
|
||||
sb.Append(";HttpOnly");
|
||||
|
|
Loading…
Reference in New Issue
Block a user