Skip to content
Snippets Groups Projects
  • Jorge Canizales's avatar
    e8543b07
    Let register SSL config per-host. · e8543b07
    Jorge Canizales authored
    Surfaced in GRPCCall+Tests.h
    
    Add GRPCHost to store channel config, and to create channels on demand
    with that config. GRPCChannels and configs are cached together.
    
    GRPCSecureChannel is now initialized with (nullable) path to a
    certificates file and (nullable) name override.
    
    The same mechanism will be used for creating insecure channels, removing
    the ability to do it by specifying the HTTP scheme in the address (which
    was deemed too subtle for its implications).
    e8543b07
    History
    Let register SSL config per-host.
    Jorge Canizales authored
    Surfaced in GRPCCall+Tests.h
    
    Add GRPCHost to store channel config, and to create channels on demand
    with that config. GRPCChannels and configs are cached together.
    
    GRPCSecureChannel is now initialized with (nullable) path to a
    certificates file and (nullable) name override.
    
    The same mechanism will be used for creating insecure channels, removing
    the ability to do it by specifying the HTTP scheme in the address (which
    was deemed too subtle for its implications).