Support multiple certificate
All checks were successful
release-nightly / build-docker (push) Successful in 2m4s

This commit is contained in:
2024-01-29 19:25:10 +08:00
parent 910a9849f7
commit e55077c7e9
5 changed files with 43 additions and 17 deletions

View File

@ -24,7 +24,6 @@ func makeUnifiedResponse(c *fiber.Ctx, dest *Destination) error {
return makeWebsocketResponse(c, dest)
} else {
// TODO Impl SSE with https://github.com/gofiber/recipes/blob/master/sse/main.go
// Handle normal http request
return makeHypertextResponse(c, dest)
}