[roll] Roll fuchsia [hwinfo] Log request stream handler errors instead of panicking.

When clients drop connections to hwinfo without awaiting a response, the
server may receive a PEER_CLOSED error. Since this is a Result::Err,
this propagates up to an expect() call that causes a panic and crashes
the component.

Instead of panicking, these errors are logged and the task that
services the client is allowed to end.

Original-Bug: b/257979013
Original-Bug: 110564
Test: CQ
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/761963
Original-Revision: 09df80bbf3e9a5f1759cf1e4164e93275f86610e
GitOrigin-RevId: a98b92c74c0fdb2a37a4447de99c5749deec6a3c
Change-Id: Idfcc32595a3801a397d9d58c5f37742da85f552e
1 file changed
tree: ddfa98272668d87be6517760d3cbc8133f5a4ada
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.