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

Limit total header block size, both inbound and outbound. #55

Closed
Lukasa opened this issue Aug 3, 2016 · 1 comment
Closed

Limit total header block size, both inbound and outbound. #55

Lukasa opened this issue Aug 3, 2016 · 1 comment

Comments

@Lukasa
Copy link
Member

Lukasa commented Aug 3, 2016

Inspired by section 4 of this document, about the HPACK bomb.

HPACK can potentially use relatively little transmitted data to expand into a substantial amount of decompressed data. We should resist this attack by limiting the maximum size of the output header block to some reasonable (user-configurable) number, and defaulting it sensibly: probably to 16kB in the first instance.

@Lukasa
Copy link
Member Author

Lukasa commented Aug 4, 2016

Resolved.

@Lukasa Lukasa closed this as completed Aug 4, 2016
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

1 participant