Page MenuHomePhabricator

[services] Extract multipart handling logic to lib
ClosedPublic

Authored by michal on Aug 21 2023, 10:34 AM.
Tags
None
Referenced Files
F2104085: D8892.id30326.diff
Tue, Jun 25, 4:21 AM
F2104084: D8892.id30316.diff
Tue, Jun 25, 4:21 AM
F2104083: D8892.id30157.diff
Tue, Jun 25, 4:21 AM
F2104082: D8892.id30314.diff
Tue, Jun 25, 4:21 AM
F2104026: D8892.id.diff
Tue, Jun 25, 4:20 AM
F2103969: D8892.diff
Tue, Jun 25, 4:12 AM
Unknown Object (File)
Mon, Jun 24, 4:04 AM
Unknown Object (File)
Sun, Jun 23, 6:45 AM
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
No Lint Coverage
Unit
No Test Coverage

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.