[secrets] Explicitly set Content-Length in HTTP response.

This should prevent chunked-size encoding.

Bug: IN-418
Change-Id: Ib7ce0f0719e36dc07024a0f5d5b948b6f7daac8a
1 file changed
tree: 426c6ba114f43770c07ef3652ab0c9bd2cb3ebe8
  1. botanist/
  2. cmd/
  3. fuchsia/
  4. gerrit-policy/
  5. netboot/
  6. ninjalog/
  7. pdu/
  8. qemu/
  9. retry/
  10. secrets/
  11. serial/
  12. telnet/
  13. tftp/
  14. tools/
  15. .gitignore
  16. AUTHORS
  17. Gopkg.lock
  18. Gopkg.toml
  19. LICENSE
  20. MAINTAINERS
  21. manifest
  22. PATENTS
  23. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}