1
0
mirror of https://github.com/labstack/echo.git synced 2026-03-14 15:52:33 +02:00

5 Commits

Author SHA1 Message Date
majianhan
ec05bc8507 fix: correct spelling mistakes in comments and field name
Fix multiple typos found across the codebase:

- response.go: rename unexported field "commited" to "committed"
- server.go: fix "addres" to "address" in comment
- middleware/csrf.go: fix "formated" to "formatted" in comment
- middleware/request_logger.go: fix "commited" to "committed" in comment
- echotest/context.go: fix "wil" to "will" in comments
2026-03-12 19:08:07 +02:00
toim
fa0078cfd6 Graceful shutdown: http.Serve needs to wait for graceful shutdown goroutine to finish. Fixes #2897 2026-02-12 09:15:25 +02:00
toim
8bfe9f52b4 Serve does not return http.ErrServerClosed anymore, handle graceful shutdown properly 2026-01-18 18:14:41 +02:00
toim
98913cd896 Echo logger defaults to slog.NewJSONHandler 2026-01-18 18:14:41 +02:00
toimtoimtoim
f071367e3c V5 changes 2026-01-18 18:14:41 +02:00