mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add merciful reconnect option.
This commit is contained in:
@ -304,3 +304,7 @@ func (manager *SessionManagerCtx) ImplicitHosting() bool {
|
||||
func (manager *SessionManagerCtx) CookieEnabled() bool {
|
||||
return manager.config.CookieEnabled
|
||||
}
|
||||
|
||||
func (manager *SessionManagerCtx) MercifulReconnect() bool {
|
||||
return manager.config.MercifulReconnect
|
||||
}
|
||||
|
Reference in New Issue
Block a user