Skip to content

Ngoryanoy/k2/http multipart via ranges#1538

Closed
nekishdev wants to merge 2 commits intoVKCOM:masterfrom
nekishdev:ngoryanoy/k2/http-multipart-via-ranges
Closed

Ngoryanoy/k2/http multipart via ranges#1538
nekishdev wants to merge 2 commits intoVKCOM:masterfrom
nekishdev:ngoryanoy/k2/http-multipart-via-ranges

Conversation

@nekishdev
Copy link

No description provided.

} else if (!std::ranges::search(content_type, CONTENT_TYPE_MULTIPART_FORM_DATA).empty()) {
kphp::log::error("unsupported content-type: {}", CONTENT_TYPE_MULTIPART_FORM_DATA);
std::optional<std::string_view> boundary{parse_boundary(content_type)};
if (!boundary) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo. "if (boundary)" need

@astrophysik
Copy link
Contributor

Thanks a lot for your help!
I will continue working on this in another pr #1545 and will mention you as a co-author

@astrophysik astrophysik closed this Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants