sapling/eden/mononoke/gotham_ext
Stefan Filip 1852d28c38 edenapi_service: add CustomCborStream
Summary:
Some EdenapiEndpoints serialize their error and send them to the client. This
robs the gotham framework from the change of seeing those errors. This custom
stream takes care of counting those errors and reporting them to gotham for
logging.

There is a slight worry in the back of my head that if we start getting errors,
CPU utilization will increase because we construct so many extra strings.

Reviewed By: kulshrax

Differential Revision: D28109314

fbshipit-source-id: ab39a05227e0f8be9205d6036d32523cb1e45ca4
2021-05-06 09:14:10 -07:00
..
src edenapi_service: add CustomCborStream 2021-05-06 09:14:10 -07:00
Cargo.toml rust: remove patch for async-compression 2021-05-05 12:20:34 -07:00