HttpClient.close() doesn't close the connection #31492
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
library-io
According to the HttpClient.close() documentation
In fact, HttpClient.close() doesn't close the client even with force true flag. And after close() call HTTP request can be sent from the client. Example
This program produces
Tested on Dart VM version: 2.0.0-dev.8.0 (Fri Nov 17 14:04:05 2017) on "windows_x64"
The text was updated successfully, but these errors were encountered: