[roll] Roll fuchsia [fdio][bsdsocket_test] Handle RST for connecting stream socket

Fix incoming RST errno for blocking stream socket read/write when the
socket is still in connecting state. A stream socket can initiate a
non-blocking connect followed by a blocking read/write.

Test: fx test -od netstack_bsdsocket_c_api_test -- \
--gtest_filter=NetStreamTest/ConnectingIOTest.*
Original-Bug: 67142
Original-Bug: 61179

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/491619
Original-Revision: a6039281d58b3a727d61c0acd112ea3f9413eb75
GitOrigin-RevId: a76f1e1657b03923eb59ff8d79264a111b828c56
Change-Id: Id8078a51c2578e561858d4a3eddc3b3df0a813c6
1 file changed
tree: 3257f2cc0821d6c521b64b758e5defa678797511
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  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 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.