Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Mar 21, 2020
1 parent 9686e78 commit 06ca9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnscrypt-proxy/serversInfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 06ca9b0

Please sign in to comment.