Open intoxicated opened 3 years ago
Is it safe to call
close
on client for multipart request?
I think it should be.
it was complaining about the connection was closed, it had not been reached content length the request claimed to fulfill
Was that server side or client side?
It seems like neither
abort
orcancel
method are provided from http package
Not currently. Work is tracked in https://github.com/dart-lang/http/issues/424
It seems like neither
abort
orcancel
method are provided from http package, though there isabort
in dart:io package for httpClientRequest.Is it safe to call
close
on client for multipart request?I saw some error were thrown (can't reproduce again but it was complaining about the connection was closed, it had not been reached content length the request claimed to fulfill).