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)
Thu, Mar 27, 3:51 AM
Unknown Object (File)
Tue, Mar 25, 7:17 AM
Unknown Object (File)
Tue, Mar 25, 7:16 AM
Unknown Object (File)
Tue, Mar 25, 7:16 AM
Unknown Object (File)
Tue, Mar 25, 7:16 AM
Unknown Object (File)
Tue, Mar 25, 7:16 AM
Unknown Object (File)
Tue, Mar 25, 7:16 AM
Unknown Object (File)
Sat, Mar 22, 8:50 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.