mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2024-12-22 22:16:37 +08:00
SimpleBodyDecoder: Fix async method.
This commit is contained in:
parent
eaabf4909f
commit
7de04967e7
@ -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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user