[Modify] Polish it
This commit is contained in:
parent
dea817b950
commit
9a5a28403f
@ -880,7 +880,7 @@ namespace WebSocketSharp
|
|||||||
|| uri.Scheme != "http"
|
|| uri.Scheme != "http"
|
||||||
|| uri.Segments.Length > 1
|
|| uri.Segments.Length > 1
|
||||||
) {
|
) {
|
||||||
message = "The syntax of 'url' must be 'http://<host>[:<port>]'.";
|
message = "'url' is an invalid URL.";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user