forked from buchgr/bazel-remote
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't require explicit empty blob uploads for HTTP either
The gRPC API implementation has a hack to handle clients (like bazel?) which in some cases don't upload the empty blob, but do reference it. It is kind of OK not to upload the empty blob, since it can be recognised by hash and trivially regenerated. Let's imlpement the hack for the HTTP API also. Implements buchgr#233.
- Loading branch information
Showing
1 changed file
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters