You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[beta] [ dart:io ] Fix minor bugs in network profiler
Fixes issues where:
- Socket profile addresses were set using `InternetAddress.toString()`
instead of `InternetAddress.address`
- HTTP requests were not being marked as completed if `listen(...)` was
not called on the `HttpClientResponse`
- An exception could be thrown from profiling code if an HTTP response
was completed after it was already completed with an error
Change-Id: I572928b77c4b1eb241acc7ec29f0e95dd7b2da8a
CoreLibraryReviewExempt: Only impacts dart:io network profiling logic
Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/375800
Cherry-pick-request: #56273
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/376125
Commit-Queue: Ben Konyi <[email protected]>
Reviewed-by: Kenzie Davisson <[email protected]>
0 commit comments