Skip to content

Commit

Permalink
Merge pull request #4 from adessoSE/dev/fix-interleaving_stream-buffe…
Browse files Browse the repository at this point in the history
…r-sync

fix: Properly flush chunked output stream buffers
  • Loading branch information
BurningEnlightenment authored Feb 19, 2024
2 parents 1fd0092 + 7f8d337 commit 8e447a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/vefs/vfilesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ class vfilesystem::index_tree_layout
encodedSize));

VEFS_TRY(dplx::dp::encode(outStream, descriptor));
VEFS_TRY(outStream.sync_output());

entry.needs_index_update = false;
return success();
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"kind": "git",
"repository": "https://github.com/deeplex/vcpkg-registry",
"baseline": "0a1cf2aba847e4074950a3061f5f7251f388e61f",
"baseline": "90373c127f67e25393120e7332270aa1a27d54f8",
"packages": [
"base64",
"concrete",
Expand Down

0 comments on commit 8e447a2

Please sign in to comment.