[secrets] Remove unecessary stripping of secrets in server

The issue with garbage appearing client-side is now known to be
chunked-size encoding, which the HTTP client does not currently handle.

Bug: IN-418
Change-Id: I32e7855e6b0f6d70e66230c1455d6128d71e45df
1 file changed
tree: b64e5f092547973c3523e14ee77c0a2f4e906b90
  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}