-
Notifications
You must be signed in to change notification settings - Fork 363
Open
Labels
P2important to work on, but not at the top of the work list.important to work on, but not at the top of the work list.screen: networkIssues with the Network screen.Issues with the Network screen.
Description
I am opening this ticket because the original ticket has been falsely closed #6642 or problem occurs again.
Dio provided a feature for canceling requests (http package also has this feature now). Under the hood it uses HttpClientRequest.abort (see here in dio's source.
However, in DevTools it shows the request as Pending:
It would be nice if it could show, that the request has been cancelled.
Flutter Channel stable, 3.38.4 , Linux
Example Code
DartPad dio cancellable request
if you copy the code into a flutter project and open the Dart Devtools Network Page you will see that cancelled request are still displayed as "Pending"
Wireshark is showing correct RST pakets
and chrome devtools are also showing correct cancelled status
Metadata
Metadata
Assignees
Labels
P2important to work on, but not at the top of the work list.important to work on, but not at the top of the work list.screen: networkIssues with the Network screen.Issues with the Network screen.