mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibGemini+LibHTTP: Defer did_progress call to match other callbacks
This commit is contained in:
committed by
Andreas Kling
parent
4214680e76
commit
87cb28fcf7
@@ -127,7 +127,7 @@ void Job::on_socket_connected()
|
||||
m_received_buffers.append(payload);
|
||||
m_received_size += payload.size();
|
||||
|
||||
did_progress({}, m_received_size);
|
||||
deferred_invoke([this](auto&) { did_progress({}, m_received_size); });
|
||||
|
||||
return IterationDecision::Continue;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user