http.post sending no Content-Length #42369
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-io
P2
A bug or feature request we're likely to work on
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Steps to Reproduce
The following code:
(URL actually being the Google Cloud like
https://www.googleapis.com/upload/storage/...
returns the following error on Android:fileSize()
reads the file size,fileRead()
returns the content as anUint8List
. They both work all right. And yes, using the lower level approach with these calls:works.
Doc
The text was updated successfully, but these errors were encountered: