[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_transfer: Don't assert on resource status responder

An RPC call can close for various reasons, such as a client requesting a
cancel or their channel shutting down. Code should never assert on RPC
call objects being open. This updates the GetResourceStatus RPC callback
to simply log an error if its responder object is no longer active.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/219037
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Original-Revision: 4200619994a4a8dcdffb475eac2d8c7659c23e9c
GitOrigin-RevId: 729240a9985fee82cc1569b4dcc36fed46332944
Roller-URL: https://ci.chromium.org/b/8743832497602855185
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1074616
Original-Revision: dd2c5a6532c5322abb3e3ccd815846d029438540
Change-Id: Ie2632e88e98c516bcb90f29988f3da8446a5baaf
1 file changed
tree: 0a3e476561d3b22ae491cc6cdec847cce7a574e1
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.