Skip to content

Commit

Permalink
Test, revert!
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Oct 22, 2024
1 parent f081949 commit 5d378c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ _DidFinish adaptFinishWithLock(_DidFinishWithLock block) {
return ^void(void *, NSURLSession *session,
NSURLSessionDownloadTask *downloadTask, NSURL *location) {
NSCondition *lock = [[NSCondition alloc] init];
// XXX
@protocol(NSURLSessionWebSocketDelegate);

[lock lock];
block(lock, session, downloadTask, location);
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cupertino_http/example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/objective_c/macos

SPEC CHECKSUMS:
cupertino_http: bb40bc788129d67b47aeea3946d724324d8ae510
cupertino_http: 947a233f40cfea55167a49f2facc18434ea117ba
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
objective_c: e5f8194456e8fc943e034d1af00510a1bc29c067

Expand Down

0 comments on commit 5d378c1

Please sign in to comment.