[roll] Roll fuchsia [netdevice] Special control flow to avoid epitaph race no longer needed

This CL effectively reverts Ie6c0ec60dca3f84db17dbaef66cb6d3b5acfc94e.
Previously, fxbug.dev/87788 causes some of the two-way calls made on an
async client to return with ZX_ERR_CANCELED instead of the actual error.
That bug is fixed now so we don't need to bend backwards to avoid the
race.

Multiply: netdev-cpp-client-tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/820349
Original-Revision: 283c926132fdb78d3177d79603f5af750b7f7c49
GitOrigin-RevId: 5ec90551d6740b0645327fdb492f5848310efefb
Change-Id: I0c2f0691d808f217cb6aad613e27aa3a8052cb8a
1 file changed
tree: 6cce8bde934b37a7c0cbd6c3fd33c575a6790188
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.