diff --git a/doc/changelog.md b/doc/changelog.md index 74ed565..6c379f6 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,6 @@ # upcoming +- (fix) support for HTTP/2 (thanks to @Dean-Corso for the report) - (etc) do not auto-refresh feeds on startup # v2.7 (2026-06-24) diff --git a/src/worker/client.go b/src/worker/client.go index eee2edd..6565afb 100644 --- a/src/worker/client.go +++ b/src/worker/client.go @@ -43,6 +43,7 @@ func init() { Timeout: 10 * time.Second, }).DialContext, DisableKeepAlives: true, + ForceAttemptHTTP2: true, TLSHandshakeTimeout: time.Second * 10, } httpClient := &http.Client{