mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-19 17:16:16 +00:00
- Update pkg/service/handlers/handlers_proxy.go and mirror_middleware.go to use the modern httputil.ReverseProxy.Rewrite hook (available since Go 1.20). - Fix SA1019 staticcheck warnings triggered by Go 1.26 deprecation notice. - Refactor proxy initialization to avoid NewSingleHostReverseProxy to prevent conflicts between Director and Rewrite hooks. - Standardize request modification using ProxyRequest.SetURL and ProxyRequest.Out. Co-authored-by: Junie <junie@jetbrains.com>