[Modify] Add it
This commit is contained in:
parent
011366f8b6
commit
1c401b13d2
@ -153,6 +153,13 @@ namespace WebSocketSharp
|
||||
|| value == "TRACE";
|
||||
}
|
||||
|
||||
private static bool isHttpMethod10 (this string value)
|
||||
{
|
||||
return value == "GET"
|
||||
|| value == "HEAD"
|
||||
|| value == "POST";
|
||||
}
|
||||
|
||||
private static void times (this ulong n, Action action)
|
||||
{
|
||||
for (ulong i = 0; i < n; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user