Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTTP network profiling service extensions #44950

Closed
bkonyi opened this issue Feb 11, 2021 · 0 comments
Closed

Add HTTP network profiling service extensions #44950

bkonyi opened this issue Feb 11, 2021 · 0 comments
Assignees
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.

Comments

@bkonyi
Copy link
Contributor

bkonyi commented Feb 11, 2021

The current HTTP network profiling relies completely on the existing timeline infrastructure. While this is fine for logging events, logging response bodies quickly overflows the default timeline buffer size of 32KB.

To add support for reporting HTTP request/response bodies, there should be dart:io service extensions that allow for HTTP profiling data to be retrieved independent of listening to the timeline.

cc/ @kenzieschmoll

@bkonyi bkonyi added the area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. label Feb 11, 2021
@bkonyi bkonyi self-assigned this Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
Projects
None yet
Development

No branches or pull requests

1 participant