mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-14 09:57:12 +08:00

When the response includes the X-Chunked-Output header, we treat that as channel output, and fire up a goroutine to decode the chunks. This routine need to look for context cancellation so that it can exit cleanly.