Stream buffering in cupertino_http StreamedRequest #997
Labels
needs-info
Additional information needed from the issue author
package:cupertino_http
Issues related to package:cupertino_http
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Related #974
StreamQueue
is buffering everything it can consume before sending it to the remote.This still prevents tracking upload progress or sending large files.
http/pkgs/cupertino_http/lib/src/cupertino_api.dart
Lines 124 to 127 in b206771
http/pkgs/cupertino_http/lib/src/cupertino_client.dart
Lines 219 to 228 in b206771
The text was updated successfully, but these errors were encountered: