-
Add an implementation of gRPC server reflection service, which exposes information of the YARPC dispatcher in gRPC server reflection protocol: https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1alpha/reflection.proto (#2371)
-
Added ReadHeaderTimeout support for HTTP inbound transport - allows configuring maximum duration for reading request headers to prevent slow header attacks. (#2396)