[roll] Roll fuchsia [netstack3] Remove SocketHandlerWorker::new method

This method is only used when calling SocketWorker::serve_stream, not
SocketWorker::serve_stream_with. Inline all instances of the former and
move the new() method out of the trait and into inherent impls.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/826076
Original-Revision: 86d13c269cd0c8f4f43a28b3e4ca55f160a2ec99
GitOrigin-RevId: 332e90ea944bcef5837520d36074c7827ded1ff5
Change-Id: Ia143a2f34e0378e8b13dad8c45505cc32c136422
1 file changed
tree: 857ce20e3ee2284c58c458c32663adc6993d003b
  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.