grpc/src/core
Ben Beasley a8cec7e58d
Fix a segfault in client_lb_end2end_test (#29568)
In the SubchannelStreamClient constructor, do not initialize an
absl::string_view with a null pointer; this leads to strlen() being
called on the null pointer. Let the absl::string_view be initialized
with the string literal "SubchannelStreamClient" in this case instead.

Fixes #29567.
2022-05-04 10:13:28 -07:00
..
ext Fix a segfault in client_lb_end2end_test (#29568) 2022-05-04 10:13:28 -07:00
lib [iwyu] channel (#29573) 2022-05-04 10:03:58 -07:00
plugin_registry Revert "Move TCP Connect into its own handshaker. (#29111)" (#29558) 2022-05-02 20:07:51 -07:00
tsi Remove C# implementation (individual packages will continue to be maintained through v2.46.x patches or moved to grpc-dotnet) (#29225) 2022-04-28 12:00:34 +02:00
README.md Drop "C" from "C core" 2020-11-13 13:10:54 -05:00

README.md

gRPC core library

This shared library provides all of gRPC's core functionality through a low level API. gRPC libraries for the other languages supported in this repo, are built on top of this shared core library.