[Modify] Polish it

master
sta 8 years ago
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…
Cancel
Save