修复在连接读写优化模式下fastcgi无法正常工作的Bug

This commit is contained in:
刘祥超
2023-03-06 10:33:54 +08:00
parent 9709e45ad2
commit ab019b0bdc
6 changed files with 21 additions and 11 deletions

View File

@@ -24,6 +24,6 @@ type ClientConnInterface interface {
// UserId 获取当前连接所属服务的用户ID
UserId() int64
// SetIsWebsocket 设置是否为Websocket
SetIsWebsocket(isWebsocket bool)
// SetIsPersistent 设置是否为持久化
SetIsPersistent(isPersistent bool)
}