mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-03-30 14:15:40 +00:00
Fix #16: doh-client panics when connecting no_cookies = true
This commit is contained in:
@@ -45,7 +45,7 @@ type Client struct {
|
||||
udpServers []*dns.Server
|
||||
tcpServers []*dns.Server
|
||||
bootstrapResolver *net.Resolver
|
||||
cookieJar *cookiejar.Jar
|
||||
cookieJar http.CookieJar
|
||||
httpClientMux *sync.RWMutex
|
||||
httpTransport *http.Transport
|
||||
httpClient *http.Client
|
||||
|
||||
Reference in New Issue
Block a user