Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-44337: [CI][GLib] Fix a flaky StreamDecoder and Buffer test
It's related to GC. StreamDecoder accepts incomplete data. They are kept until enough data are provided. A caller must not release the incomplete data before they are processed. If they are released, StreamDecoder may touch unexpected data.
- Loading branch information