This commit is contained in:
yangduo 2024-09-02 14:12:02 +08:00
parent ad5f04c6d9
commit dd23217085

View File

@ -42,9 +42,7 @@ func CaForward(c *gin.Context) {
c.Abort() c.Abort()
return return
} }
defer func() { defer service.SApiForward.ReleaseLock(cLock)
service.SApiForward.ReleaseLock(cLock)
}()
} }
service.SApiForward.IncTotalTimes() service.SApiForward.IncTotalTimes()