[CP] [ dart:io ] Fix minor bugs in network profiler | https://dart-review.googlesource.com/c/sdk/+/375800 #56273
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
cherry-pick-approved
Label for approved cherrypick request
cherry-pick-merged
Cherry-pick has been merged to the stable or beta branch.
cherry-pick-review
Issue that need cherry pick triage to approve
triaged
Issue has been triaged by sub team
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Commit(s) to merge
791163e
Target
beta
Prepared changelist for beta/stable
https://dart-review.googlesource.com/c/sdk/+/376125
Issue Description
InternetAddress(<address>, <address type>)
HttpClientResponse.listen
isn't invoked, HTTP requests never show up as completed in the network profilerWhat is the fix
.address
onInternetAddress
instead of.toString()
HttpClientResponse
is drained, not onlyWhy cherry-pick
The network page is difficult to use and confusing for Socket traffic without this change. We have several users blocked by this broken experience. The issue had 10 upvotes, several other duplicate issues filed, and chatter on Discord.
Risk
Low
Issue link(s)
flutter/devtools#8050, flutter/devtools#3033, flutter/devtools#6642
Extra Info
No response
The text was updated successfully, but these errors were encountered: