Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions erigon-db/downloader/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ func configureHttp2(t *http.Transport) {
if os.Getenv("DOWNLOADER_DISABLE_HTTP2") != "" {
// Disable h2 being added automatically.
g.MakeMap(&t.TLSNextProto)
return
}
// Don't set the http2.Transport as the RoundTripper. It's hooked into the http.Transport by
// this call. Need to use external http2 library to get access to some config fields that
Expand Down
Loading