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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user