xtony77
Results
1
issues of
xtony77
If set the handler time.Sleep same as the timeout, there is a chance to reproduce this error! ```go api.GET("/test", timeout.New( timeout.WithTimeout(200*time.Microsecond), timeout.WithHandler(func(c *gin.Context) { time.Sleep(200*time.Microsecond) c.JSON(http.StatusOK, gin.H{ "code": 200, "data":...
bug