Page MenuHomePhabricator

[services] Extract multipart handling logic to lib
ClosedPublic

Authored by michal on Aug 21 2023, 10:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 29, 12:52 AM
Unknown Object (File)
Sun, Oct 27, 4:09 PM
Unknown Object (File)
Wed, Oct 23, 5:07 AM
Unknown Object (File)
Mon, Oct 21, 5:05 AM
Unknown Object (File)
Fri, Oct 11, 5:32 AM
Unknown Object (File)
Fri, Oct 11, 4:53 AM
Unknown Object (File)
Oct 1 2024, 12:06 PM
Unknown Object (File)
Sep 27 2024, 11:58 PM
Subscribers

Details

Summary

A few things related to multipart parsing will be useful to the backup service:

  • general function for handling text fields
  • ByteStream alias (changed to use Byte instead of Vec<u8> to avoid unnecessary allocations)
  • Also removed a few unnecessary map_err(Box::new) and fixed typos

Depends on D8889

Test Plan

yarn run-integration-tests blob

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 22 2023, 12:12 AM

Regenerate backup lockfile because of issues with resolving deps. Also updated lockfile of feature flags from anyhow in lib.