SimpleBodyDecoder: Fix async method.

This commit is contained in:
Leonid Stryzhevskyi 2023-01-16 23:48:28 +02:00
parent eaabf4909f
commit 7de04967e7

View File

@ -207,7 +207,7 @@ async::CoroutineStarter SimpleBodyDecoder::decodeAsync(const Headers& headers,
} }
throw std::runtime_error("[oatpp::web::protocol::http::incoming::SimpleBodyDecoder::decodeAsync()]: Error. Invalid Request."); return std::move(pipeline);
} }