sapling/eden/scm/lib/http_client
Arun Kulshreshtha f293577672 http_client: allow setting chunk size for async responses
Summary:
Add a `buffered()` method to `AsyncResponse`  allowing the user to specify the desired chunk size for the body stream.

(This was already used internally by `CborStream`; this just exposes it in the public interface.)

Reviewed By: quark-zju

Differential Revision: D22935891

fbshipit-source-id: e110e85bf9cb4c7923a8977ea4631ca1cc4cf4cb
2020-08-06 15:56:56 -07:00
..
src http_client: allow setting chunk size for async responses 2020-08-06 15:56:56 -07:00
Cargo.toml http_client: add pool for Multi handles 2020-07-09 13:08:27 -07:00