Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonny Borges
2021-03-03 15:50:14 -0800
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2021-03-03 15:50:14 -0800
Commit
f1235fcd8112c156a752c5276dda8f366110b765
f1235fcd
2 parents
84fb10e6
09b6f322
Merge pull request #1143 from jonataslaw/master
rebase
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_connect/http/src/http.dart
lib/get_connect/http/src/http.dart
View file @
f1235fc
...
...
@@ -139,7 +139,7 @@ class GetHttpClient {
url:
uri
,
headers:
headers
,
bodyBytes:
bodyStream
,
contentLength:
bodyBytes
?.
length
??
0
,
contentLength:
bodyBytes
.
length
,
followRedirects:
followRedirects
,
maxRedirects:
maxRedirects
,
decoder:
decoder
,
...
...
Please
register
or
login
to post a comment