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

Fixes #8014 - Review HttpRequest URI construction. #8015

Merged
merged 5 commits into from
May 26, 2022

Commits on May 17, 2022

  1. Fixes #8014 - Review HttpRequest URI construction.

    Now always adding a "/" before the path, if not already present.
    Disabled flakey HTTP/3 test.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c1cb2dc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Fixes #8014 - Review HttpRequest URI construction.

    Fixes after review in HttpURI.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed May 23, 2022
    Configuration menu
    Copy the full SHA
    2cd7c30 View commit details
    Browse the repository at this point in the history
  2. Fixes #8014 - Review HttpRequest URI construction.

    More fixes after review in HttpURI.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed May 23, 2022
    Configuration menu
    Copy the full SHA
    9b4f40d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Update #8014

    Parse CONNECT URIs as Authority
    gregw committed May 24, 2022
    Configuration menu
    Copy the full SHA
    78298f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0dc460f View commit details
    Browse the repository at this point in the history