grpc-dart/test
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
..
client_tests Expose onConnectionStateChanged for channels (#565) 2022-08-15 15:03:51 +02:00
data Regenerate certificates used by tests. (#352) 2020-09-18 10:27:36 +02:00
shared_tests Support message compression (#409) 2020-12-11 09:52:24 +01:00
src Add custom trailers to GrpcError (#493) 2021-08-10 11:53:09 +02:00
client_certificate_test.dart Ensure server's security context is used for the server. (#547) 2022-04-27 13:03:08 +02:00
client_handles_bad_connections_test.dart Expose onConnectionStateChanged for channels (#565) 2022-08-15 15:03:51 +02:00
common.dart Change default authority for UDS connections. (#577) 2022-09-08 14:41:34 +02:00
connection_server_test.dart Enable and fix pedantic v1.9 lints (#445) 2021-02-01 09:12:26 +01:00
grpc_web_decoding_test.dart Enable and fix pedantic v1.9 lints (#445) 2021-02-01 09:12:26 +01:00
grpc_web_server.dart Be more resilient to broken deployments (#460) 2021-03-22 17:22:32 +01:00
grpc_web_test.dart Fix directives_ordering lint (#473) 2021-05-03 17:00:44 +02:00
options_test.dart Migrate grpc to null safety (#432) 2021-01-29 12:40:52 +01:00
round_trip_test.dart Change default authority for UDS connections. (#577) 2022-09-08 14:41:34 +02:00
server_handles_broken_connection_test.dart Enable and fix pedantic v1.9 lints (#445) 2021-02-01 09:12:26 +01:00
server_test.dart Enable and fix pedantic v1.9 lints (#445) 2021-02-01 09:12:26 +01:00
stream_test.dart Fix directives_ordering lint (#473) 2021-05-03 17:00:44 +02:00
timeline_test.dart Expose onConnectionStateChanged for channels (#565) 2022-08-15 15:03:51 +02:00
timeout_test.dart Enable and fix pedantic v1.9 lints (#445) 2021-02-01 09:12:26 +01:00