[roll] Roll fuchsia [zxio][socket] Don't wait for remote to close channel in close

After receiving a response to the Close message return immediately
instead of waiting for the channel to signal that the remote endpoint
is closed. It's up to the server to close its endpoint (or not), once
close has returned the client end should no longer care.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1245185
Original-Revision: 382652b484be52fb823ba2572b8eafc3b3e1b0da
GitOrigin-RevId: 7c87658da05f63f493133fcd10f490936dc683fe
Change-Id: I7dec41743d5db0c9d714629dc7db1eed4c2c1d42
1 file changed
tree: ac92250ad2488b66b0dc510a18bfa7a19bafff3d
  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 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.