mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 13:07:37 +03:00
Merge b1f56fa65c
into b519ce04e3
This commit is contained in:
commit
265d424a2e
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ void HttpServerBodyCommand::addHttpServerResponseCommand(bool delayed)
|
|||
auto resp = make_unique<HttpServerResponseCommand>(getCuid(), httpServer_, e_,
|
||||
socket_);
|
||||
if (delayed) {
|
||||
e_->deleteSocketForWriteCheck(socket_, resp.get());
|
||||
e_->addCommand(
|
||||
make_unique<DelayedCommand>(getCuid(), e_, 1_s, std::move(resp), true));
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue