Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Mar 21, 2024
1 parent c8ab149 commit 4af722d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/cupertino_http/lib/src/cupertino_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ class CupertinoClient extends BaseClient {
urlRequest.httpBodyStream = splitter.split();
unawaited(
profile.requestData.bodySink.addStream(splitter.split()).then((e) {
profile?.requestData.close();
profile.requestData.close();
}));
}
}
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cupertino_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >-
A macOS/iOS Flutter plugin that provides access to the Foundation URL
Loading System.
repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http

publish_to: none
environment:
sdk: ^3.2.0
flutter: '>=3.16.0' # If changed, update test matrix.
Expand Down

0 comments on commit 4af722d

Please sign in to comment.