Skip to content

Commit 4caa7b6

Browse files
committed
Verbose
1 parent 6117a11 commit 4caa7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dnscrypt-proxy/oblivious_doh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func parseODoHTargetConfig(config []byte) (ODoHTargetConfig, error) {
6464

6565
func parseODoHTargetConfigs(configs []byte) ([]ODoHTargetConfig, error) {
6666
if len(configs) <= 2 {
67-
return nil, fmt.Errorf("No configs")
67+
return nil, fmt.Errorf("Server didn't return any ODoH configurations")
6868
}
6969
length := binary.BigEndian.Uint16(configs)
7070
if len(configs) != int(length)+2 {

0 commit comments

Comments
 (0)