[roll] Roll third_party/go Revert "[fidl] Don't close channel on 1way messaging errors"

This reverts commit 2b3f72fa1f4168360d586ca7a8428256dc0acfa6.

Reason for revert: This doesn't do what we wanted it to do. See
https://fxbug.dev/131322

Original change's description:
> [fidl] Don't close channel on 1way messaging errors
>
> When sending a one-way/fire-and-forget message, do not close the channel
> if an error occurs. This is so that a client can read messages sitting
> in the channel after the error occurs. It should also be noted that for
> one-way/fire-and-forget messaging, there is no guarantee of message
> delivery or handling.
>
> This change is needed for Ib72a8a7610637731a518241d9d048be9bd4fdf1a.
>
> Original-Bug: b/292622684
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/891252

Original-Bug: b/292622684
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/third_party/go/+/891718
Original-Revision: 0edc819075312bc4e7ea7605c924585bbc22a12c
GitOrigin-RevId: 2d16e545257423a7673e1aa8255de61642e249a2
Change-Id: I070663fddaeb869b6e56d3782a50737d0d3e1a0a
1 file changed
tree: 6f5d8d8da553fe15c3ee18bf2933e120ab8c6ac9
  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.