This commit is contained in:
Frank Denis 2020-03-21 10:24:09 +01:00
parent 9686e789c7
commit 06ca9b01f0
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ func fetchDNSCryptServerInfo(proxy *Proxy, name string, stamp stamps.ServerStamp
return ServerInfo{}, err
}
certInfo, rtt, fragmentsBlocked, err := FetchCurrentDNSCryptCert(proxy, &name, proxy.mainProto, stamp.ServerPk, stamp.ServerAddrStr, stamp.ProviderName, isNew, relayUDPAddr, relayTCPAddr, knownBugs)
if knownBugs.incorrectPadding == false && fragmentsBlocked {
if !knownBugs.incorrectPadding && fragmentsBlocked {
dlog.Debugf("[%v] drops fragmented queries", name)
}
if err != nil {