mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-25 09:04:53 +00:00
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
No functional changes.
This commit is contained in:
committed by
Linus Groh
parent
a3f73e7d85
commit
ecd1862859
@@ -1823,7 +1823,7 @@ ErrorOr<void> Execute::for_each_entry(RefPtr<Shell> shell, Function<ErrorOr<Iter
|
||||
break;
|
||||
|
||||
should_enable_notifier = true;
|
||||
stream.write_entire_buffer({ buffer, (size_t)read_size }).release_value_but_fixme_should_propagate_errors();
|
||||
stream.write_until_depleted({ buffer, (size_t)read_size }).release_value_but_fixme_should_propagate_errors();
|
||||
}
|
||||
|
||||
loop.quit(NothingLeft);
|
||||
|
||||
Reference in New Issue
Block a user