[Modify] Polish it
This commit is contained in:
parent
ff679bd6e5
commit
647218d03f
@ -1032,7 +1032,7 @@ namespace WebSocketSharp.Server
|
||||
|
||||
if (result.PathAndQuery != "/") {
|
||||
result = null;
|
||||
message = "It includes the path or query component.";
|
||||
message = "It includes either or both path and query components.";
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user