Skip to content

Commit

Permalink
Update cronet_client.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Nov 24, 2023
1 parent 9fb4cfa commit a331912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/cronet_http/lib/src/cronet_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ class CronetClient extends BaseClient {
jb.UrlRequestCallbackProxy.new1(
_urlRequestCallbacks(request, responseCompleter)),
_executor,
);
).setHttpMethod(request.method.toJString());

var headers = request.headers;
if (body.isNotEmpty &&
Expand Down

0 comments on commit a331912

Please sign in to comment.