mirror of
https://github.com/typesense/typesense.git
synced 2025-05-21 22:33:27 +08:00
Fix bug in delete by query log replay.
This commit is contained in:
parent
d8391ceef9
commit
e4a33b8586
@ -793,7 +793,12 @@ bool del_remove_documents(const std::shared_ptr<http_req>& req, const std::share
|
||||
}
|
||||
}
|
||||
|
||||
stream_response(req, res);
|
||||
if(res->final) {
|
||||
stream_response(req, res);
|
||||
} else {
|
||||
defer_processing(req, res, 0);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user