[cupertino_http] StreamedResponse does not close after cancelling the response stream #1758
Labels
package:cupertino_http
Issues related to package:cupertino_http
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
In cupertino_http, cancelling the stream on a StreamedResponse does not close the underlying connection.
After cancelling the stream subscription, the connection remains open until the full body is received:
In contrast, the standard IOClient closes the connection when the stream subscription is cancelled. Notice the "Timespan":
I opened the same issue for cronet_http here.
The text was updated successfully, but these errors were encountered: