TennyZhuang opened a new pull request, #6956: URL: https://github.com/apache/opendal/pull/6956
# Which issue does this PR close?\n\nCloses #N/A.\n\n# Rationale for this change\n\nClippy flagged an inefficient `.to_string()` on a in multipart parsing. Building the buffer from the raw bytes avoids the slower blanket impl and keeps the same behavior.\n\n# What changes are included in this PR?\n\n- Construct multipart body buffer from instead of calling on .\n\n# Are there any user-facing changes?\n\nNo user-facing changes.\n -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
