We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6117a11 commit 4caa7b6Copy full SHA for 4caa7b6
dnscrypt-proxy/oblivious_doh.go
@@ -64,7 +64,7 @@ func parseODoHTargetConfig(config []byte) (ODoHTargetConfig, error) {
64
65
func parseODoHTargetConfigs(configs []byte) ([]ODoHTargetConfig, error) {
66
if len(configs) <= 2 {
67
- return nil, fmt.Errorf("No configs")
+ return nil, fmt.Errorf("Server didn't return any ODoH configurations")
68
}
69
length := binary.BigEndian.Uint16(configs)
70
if len(configs) != int(length)+2 {
0 commit comments