Skip to content

Ngoryanoy/k2/http multipart via ranges#1538

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

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

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.

1 participant