MultipartReader cannot detect boundary if the value of the boundary parameter is enclosed in quotation marks · Issue #31648 · dotnet/aspnetcore

Describe the bug When using MultipartReader to read a request, the ReadNextSectionAsync method will throw an exception if the boundary parameter value in the Content-Type header is enclosed in doub...