[Modify] Polish it

master
sta 8 years ago
parent ccd9e187d9
commit 0c644cdf2d

@ -150,7 +150,7 @@ namespace WebSocketSharp.Net.WebSockets
/// </value>
public override bool IsSecureConnection {
get {
return _context.Connection.IsSecure;
return _context.Request.IsSecureConnection;
}
}

Loading…
Cancel
Save