vhost/http: fix auth bypass when routeByHTTPUser is used with proxy-style requests (#5285)

This commit is contained in:
fatedier
2026-04-14 00:58:19 +08:00
committed by GitHub
parent d667be7a0a
commit a9a4416ecf
5 changed files with 220 additions and 24 deletions

View File

@@ -14,7 +14,7 @@
package version
var version = "0.68.0"
var version = "0.68.1"
func Full() string {
return version