[roll] Roll fuchsia [async-utils] Support keeping hanging-get server hydrated ...with an in-flight request. This change updates `async_utils::hanging_get::client::HangingGetStream` to be configured to eagerly send a (hanging-get) request so that the server is able to serve a response as quickly as possible so the `Future` is able to do meaningful work as soon as possible. Before this change, a request was sent during a poll following: 1) the creation of the `HangingGetStream` 2) the completion of a previous in-flight request/`Future` Now, a request is sent immediately after the above situations (before polling) if configured to do so. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/837056 Original-Revision: 156362a2185945ffedc3d1d009383755d935bd0d GitOrigin-RevId: 900228968be828b12766615f216a398fe8506d76 Change-Id: I470eecd5e542240e10e70fe53f487f3fae4be664
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.