[Modify] Move it

This commit is contained in:
sta
2017-12-23 16:26:26 +09:00
parent bacf9282f4
commit 6e68eade57
2 changed files with 5 additions and 44 deletions

View File

@@ -610,6 +610,11 @@ namespace WebSocketSharp.Net
}
}
internal bool IsUpgradeRequest (string protocol)
{
return _headers.Upgrades (protocol);
}
internal void SetRequestLine (string requestLine)
{
var parts = requestLine.Split (new[] { ' ' }, 3);