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

Skip inserting entries that do not fit in the encoding table #28

Merged

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    68aec59 View commit details
    Browse the repository at this point in the history
  2. Better support for setting header table size to 0

    The workaround introduced by kazu-yamamoto#17 makes a server use a default table size
    when creating response headers, even if the client requested size 0.
    
    This has the consequence that header entries are incorrectly added to
    the table, and can therefore be referenced by successive responses,
    causing the client to fail parsing the response.
    
    This patch simply skips adding an entry to the table if it doesn't fit.
    pcapriotti committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    598c1bb View commit details
    Browse the repository at this point in the history