[roll] 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: e90e9434be86e565375c7cb341196b01add86947
Change-Id: Id36109ca4a6a6c862610fdb972e2ae6549927c5a
1 file changed
tree: c031728eb2b2612ed476be3b92f3babf8b0784b6
  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.