修复Websocket连接无法报告连接关闭的问题

This commit is contained in:
刘祥超
2024-01-16 09:24:51 +08:00
parent d694319191
commit c94e93859f
3 changed files with 20 additions and 4 deletions

View File

@@ -102,6 +102,8 @@ type HTTPRequest struct {
disableLog bool // 是否在当前请求中关闭Log
forceLog bool // 是否强制记录日志
isHijacked bool
// script相关操作
isDone bool
}