diff options
author | eldritch horrors <pennae@lix.systems> | 2024-04-25 19:30:01 +0200 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-04-26 15:26:37 +0000 |
commit | a1ad4e52a667d76472e8a5a3daf44c0eb34c2150 (patch) | |
tree | 69ad1f98d7aa9456ba48f8c536ee239f8de59ea1 /tests/functional/gc-runtime.sh | |
parent | fb0996aaa838d45b69c2b1bfd488874bacd5fc79 (diff) |
filetransfer: don't decompress in curl wrapper itself
only decompress the response once all data has been received (in the
fully buffered case), or at least outside of the curl wrapper itself
(in the receive-to-sink case). unfortunately this means we will have
to duplicate decompression logic for these two cases for time being,
but once the curl wrapper has been rewritten to return a real future
or Source we can deduplicate this logic again. the curl wrapper will
have to turn into a proper Source first and use decompression source
logic which also does not currently exist—only decompression *sinks*
Change-Id: I66bc692f07d9b9e69fe10689ee73a2de8d65e35c
Diffstat (limited to 'tests/functional/gc-runtime.sh')
0 files changed, 0 insertions, 0 deletions