mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-22 06:20:27 +08:00
修复在连接读写优化模式下fastcgi无法正常工作的Bug
This commit is contained in:
@@ -24,6 +24,6 @@ type ClientConnInterface interface {
|
||||
// UserId 获取当前连接所属服务的用户ID
|
||||
UserId() int64
|
||||
|
||||
// SetIsWebsocket 设置是否为Websocket
|
||||
SetIsWebsocket(isWebsocket bool)
|
||||
// SetIsPersistent 设置是否为持久化
|
||||
SetIsPersistent(isPersistent bool)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user