-
Notifications
You must be signed in to change notification settings - Fork 796
Open
Description
mosn/pkg/network/idlechecker.go
Lines 74 to 79 in d37fe18
| // if maxIdleCount is 1, close the connection directly | |
| if c.maxIdleCount == 1 { | |
| c.closeConnection() | |
| return | |
| } | |
| read := c.conn.stats.ReadTotal.Count() |
这里是不是应该判断该链接是否又发送请求,如果发送了请求,不应该用空闲检测来关闭 server 连接
Metadata
Metadata
Assignees
Labels
No labels