format: gofmt api.go and engine.go
Format / gofmt (pull_request) Successful in 19s
Format / gofmt (push) Successful in 20s
CI / Build (push) Successful in 29s
CI / Build (pull_request) Successful in 31s
CI / Go Tests (push) Successful in 1m12s
CI / Go Tests (pull_request) Successful in 1m16s

This commit is contained in:
blake
2026-09-14 13:38:52 +00:00
parent 61c7b5582c
commit 3087968463
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -1,11 +1,11 @@
package proxy
import (
"golang.org/x/crypto/bcrypt"
"context"
"crypto/tls"
"encoding/base64"
"fmt"
"golang.org/x/crypto/bcrypt"
"io"
"log/slog"
"net"
@@ -1252,7 +1252,6 @@ func parseAdvancedConfig(adv string) (reqSets map[string]string, respAdds map[st
return
}
func accessListPasswordOK(stored, provided string) bool {
if stored == "" {
return false