[Modify] 501
This commit is contained in:
@@ -829,6 +829,7 @@ namespace WebSocketSharp.Net
|
||||
|
||||
if (!method.IsHttpMethod (ver)) {
|
||||
_context.ErrorMessage = "Invalid request line (method)";
|
||||
_context.ErrorStatusCode = 501;
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user