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

#769: Fix request pseudo-header construction for CONNECT & OPTION methods #770

Merged
merged 1 commit into from
May 17, 2024

Commits on Apr 28, 2024

  1. Fix request pseudo-header construction for CONNECT & OPTION methods

    CONNECT & OPTIONS request has special requirements regarding :path & :scheme pseudo-header which were not met.
    
    Construction of pseudo-header was fixed to not include :path & :scheme fields for CONNECT method.
    Empty :path field for OPTIONS requests now translates to '*' value sent in :path field.
    
    In addition to tests included in MR the CONNECT request changes were tested against server based on hyper 1.2.
    mstyura committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c6ca03b View commit details
    Browse the repository at this point in the history