[roll] Roll fuchsia [roll] Roll third_party/pigweed pw_transfer: Reopen stream if closed on client transfer start in C++

Updates the C++ transfer client to match the Python client's behavior of
automatically reopening the RPC stream if it is closed when the user
attempts to start a client-side transfer.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/388052
Original-Revision: 4db021984befb6705de1f4fbc2d6f4052f83091f

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1547652
Original-Revision: 724399f954e4eff2def26c235dd7e5df473a267c
GitOrigin-RevId: 1696293ddc9f2d5f87d903d5ef46e6f486c761d1
Change-Id: I2040eb7b7285de2180c6f0761f80d01010116326
1 file changed
tree: 3dfc9791c3c1b12359c9ccd26d0389bbf9aed88c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.