Afdal Wahyu

Results 1 issues of Afdal Wahyu

We’ve encountered an issue where multiple unexpected responses are returned when using the Timeout middleware on a single handler. Example code: ```go package main import ( "net/http" "time" "github.com/labstack/echo/v4" "github.com/labstack/echo/v4/middleware"...