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

resolver: update Resolver.Scheme() docstring to mention requirement of lowercase scheme names #6014

Merged
merged 6 commits into from Feb 15, 2023

Commits on Feb 10, 2023

  1. resolver: update registry to enforce case-insensitive lookups

    Also recommend Scheme() to return no uppercase letters, as RFC3986 requires
    parsing to convert the scheme to lowercase
    
    Fixes grpc#6011.
    dfawley committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    794566e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c2d30a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e2927d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    9f56320 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    e12bad4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdefd02 View commit details
    Browse the repository at this point in the history