[cronet_http] StreamedResponse does not close after cancelling the response stream #1757
Labels
package:cronet_http
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
In cronet_http, cancelling the stream on a StreamedResponse does not close the underlying connection.
Despite the stream subscription being cancelled, the connection continues to remain active until the full body is received:
In contrast, the standard IOClient closes the connection when the stream subscription is cancelled. Notice the "Timespan":
The text was updated successfully, but these errors were encountered: