-
Notifications
You must be signed in to change notification settings - Fork 281
Closed
Labels
Description
The tests use envoy 1.19.
https://github.com/grpc/grpc-dart/blob/master/.github/workflows/dart.yml#L82
test/grpc_web_server.dart uses a configuration file that is deprecated:
grpc-dart/test/grpc_web_server.dart
Line 83 in 9a9c017
| - name: envoy.filters.http.grpc_web |
Modern versions of envoy require a change like this:
mosuem and bivens-dev