[Modify] Replace it
This commit is contained in:
parent
8f2d5a593a
commit
9cf21a7880
@ -302,7 +302,7 @@ namespace WebSocketSharp.Net
|
||||
public bool KeepAlive {
|
||||
get {
|
||||
if (!_keepAliveSet) {
|
||||
_keepAlive = keepAlive ();
|
||||
_keepAlive = _headers.KeepsAlive (_version);
|
||||
_keepAliveSet = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user