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

[http1] Preserve LWS from the middle of HTTP1 header values that require multiple dispatch calls to process #10886

Merged
merged 3 commits into from
Apr 29, 2020

Commits on Apr 21, 2020

  1. Avoid stripping LWS from the middle of HTTP1 header values which are …

    …read into different buffer slices.
    
    Signed-off-by: Antonio Vicente <avd@google.com>
    antoniovicente committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    24ec37f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. fix nit

    Signed-off-by: Antonio Vicente <avd@google.com>
    antoniovicente committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    c796667 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. fix typo

    Signed-off-by: Antonio Vicente <avd@google.com>
    antoniovicente committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    31e0501 View commit details
    Browse the repository at this point in the history