grpc-dart/lib
Vyacheslav Egorov 27a235976a
Change default authority for UDS connections. (#577)
We were using path to the UDS socket itself, which is incorrect `:authority` value. 

This was tripping checks in some HTTP2 protocol implementations.

Instead default `:authority` to `localhost`, which in line with other gRPC implementations.

Fixes #576
2022-09-08 14:41:34 +02:00
..
src Change default authority for UDS connections. (#577) 2022-09-08 14:41:34 +02:00
grpc.dart grpc_or_grpcweb.dart: exporting shared types #486 (#487) 2021-06-13 08:24:28 +02:00
grpc_connection_interface.dart Export codecRegistry for connection interface. (#434) 2021-01-27 23:50:21 +01:00
grpc_or_grpcweb.dart grpc_or_grpcweb.dart: exporting shared types #486 (#487) 2021-06-13 08:24:28 +02:00
grpc_web.dart grpc_or_grpcweb.dart: exporting shared types #486 (#487) 2021-06-13 08:24:28 +02:00
service_api.dart feat: support client interceptors (#338) 2020-11-02 11:13:56 +01:00