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

Use uninitialised headers in parsing requests #497

Closed
Thomasdezeeuw opened this issue Sep 19, 2021 · 0 comments · Fixed by #498
Closed

Use uninitialised headers in parsing requests #497

Thomasdezeeuw opened this issue Sep 19, 2021 · 0 comments · Fixed by #498
Labels
HTTP Related to the Heph-HTTP crate. performance Performance related issue.

Comments

@Thomasdezeeuw
Copy link
Owner

Use uninitialised headers in parsing requests from seanmonstar/httparse#98.

Related code:

let mut headers = [httparse::EMPTY_HEADER; MAX_HEADERS];

@Thomasdezeeuw Thomasdezeeuw added performance Performance related issue. HTTP Related to the Heph-HTTP crate. labels Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HTTP Related to the Heph-HTTP crate. performance Performance related issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant