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