mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2025-01-05 17:42:23 +08:00
Revert "Rebased this branch from v1.3.0 branch"
This reverts commit f1b55ea625
.
This commit is contained in:
parent
d2c38cc740
commit
81601cb4b3
@ -260,6 +260,7 @@ HttpProcessor::Coroutine::Coroutine(const std::shared_ptr<Components>& component
|
||||
, m_connectionState(ConnectionState::ALIVE)
|
||||
{}
|
||||
|
||||
|
||||
HttpProcessor::Coroutine::Action HttpProcessor::Coroutine::act() {
|
||||
return m_connection->initContextsAsync().next(yieldTo(&HttpProcessor::Coroutine::parseHeaders));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user