buchgr / bazel-remote

A remote cache for Bazel
https://bazel.build
Apache License 2.0
576 stars 150 forks source link

support HTTP headers supported in bazel 7.1 #760

Closed xuzhenglun closed 1 month ago

xuzhenglun commented 1 month ago

ref: https://github.com/bazelbuild/bazel/pull/21503/files

Bazel 7.1.0 support passthrough HTTP headers to remote downloader. this PR extend FetchBlob and make sure those headers be handled correctly.

mostynb commented 1 month ago

This looks good- thanks for the contribution, merged.