[Modify] Polish it
This commit is contained in:
parent
665ec5a761
commit
c03131a5db
@ -260,7 +260,7 @@ namespace WebSocketSharp.Server
|
||||
/// </value>
|
||||
public string Protocol {
|
||||
get {
|
||||
return _websocket != null ? _websocket.Protocol : (_protocol ?? String.Empty);
|
||||
return _protocol ?? String.Empty;
|
||||
}
|
||||
|
||||
set {
|
||||
|
Loading…
Reference in New Issue
Block a user