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
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
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/375800
Commit-Queue: Ben Konyi <[email protected]>
Reviewed-by: Derek Xu <[email protected]>
Auto-Submit: Ben Konyi <[email protected]>
0 commit comments