1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-16 18:01:37 +00:00
miniflux-v2/internal/http
jvoisin 3a01f8a691 perf(misc): use arrays instead of slices where possible
Arrays have a fixed size in go, while slices don't, making the former way
faster than the latter: https://go-benchmarks.com/array-vs-slice
2025-08-11 18:26:58 -07:00
..
cookie Revert "feat(cookie): use SameSiteStrictMode when not using OAuth2/OIDC" 2025-08-05 17:32:20 -07:00
request perf(misc): use arrays instead of slices where possible 2025-08-11 18:26:58 -07:00
response refactor: replace Sprintf with string concatenation 2025-08-05 19:47:26 -07:00
route Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
server feat: TLS support for Unix socket listeners 2025-06-24 21:25:55 -07:00