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

Fix for invalid header panic corrected #695

Merged
merged 6 commits into from Jun 22, 2023

Commits on Jun 14, 2023

  1. Revert "fix panic on receiving invalid headers frame by making the `t…

    …ake_request` function return a Result"
    
    This reverts commit 66c36c4.
    Michael Rodler committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    89c03d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. proper fix for the panic in server receiving a request with a :status…

    … pseudo-header in the informational range of status codes
    
    Signed-off-by: Michael Rodler <mrodler@amazon.de>
    Co-Authored-By: f0rki <m@mrodler.eu>
    Reviewed-by: Daniele Ahmed <ahmeddan@amazon.de>
    Michael Rodler and f0rki committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    88e99ce View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. replace empty panic with unreachable! for more clarity

    Co-authored-by: 82marbag <69267416+82marbag@users.noreply.github.com>
    f0rki and 82marbag committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    be8abe3 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    Michael Rodler committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9a78d6b View commit details
    Browse the repository at this point in the history
  3. added some additional comments for clarification.

    Michael Rodler committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    54f965a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. updated message in unreachable! macro

    Michael Rodler committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5cdc018 View commit details
    Browse the repository at this point in the history