-
Teach http client to abort channel streaming on context cancellation · cc45e21e
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.
由 Tor Arne Vestbø 提交于cc45e21e
×