You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the TransportOptions.useHttp2 property with a default value of true.
Changes
[PARTIAL FIX] The DNS over HTTPS client regains support for HTTP/2 servers as is recommended by the RFC. However, this is only a partial fix as HTTP/2 support is mutually exclusive with bootstrap IP support. If one or more bootstrap IPs are defined for a DoH query, HTTP/1.1 is used, despite a request to use HTTP2 with the useHttp2 property. (See #11 for more details including background and justification).
[FIXED] The WHOIS client would return a failure if it could not follow a redirect and get a result from that, even if it already had gotten at least one successful result.