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

How to calculate request size? #13

Closed
deadtrickster opened this issue Sep 20, 2016 · 3 comments
Closed

How to calculate request size? #13

deadtrickster opened this issue Sep 20, 2016 · 3 comments

Comments

@deadtrickster
Copy link
Member

Response size is trivial - Headers iolist + Body iolist, but for requests Elli uses this built-in 'event-based' parser. Currently I have no idea how to calculate request size.

@yurrriq yurrriq mentioned this issue Sep 20, 2016
@tsloughter
Copy link
Member

Hah, I just asked this same question in slack.

@tsloughter
Copy link
Member

Simple version in #52 just using content-length. Will need #27 for being able to track request size of anything else.

@yurrriq
Copy link
Member

yurrriq commented Feb 2, 2021

Closing in favor of instrumentation API in #27.

@yurrriq yurrriq closed this as completed Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants