Skip to content

Commit 7a24d93

Browse files
committed
Enable Protobuf format in conformance
1 parent a2a687e commit 7a24d93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This simplifies overall setup: simpler CI, fewer network components, faster exec
6161
```yaml
6262
versions: [ HTTP_VERSION_1 ]
6363
protocols: [ PROTOCOL_CONNECT ]
64-
codecs: [ CODEC_JSON ]
64+
codecs: [ CODEC_JSON, CODEC_PROTO ]
6565
stream_types: [ STREAM_TYPE_UNARY ]
6666
supports_tls: false
6767
supports_trailers: false

conformance-suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
features:
33
versions: [ HTTP_VERSION_1 ]
44
protocols: [ PROTOCOL_CONNECT ]
5-
codecs: [ CODEC_JSON ] #, CODEC_PROTO ]
5+
codecs: [ CODEC_JSON, CODEC_PROTO ]
66
stream_types: [ STREAM_TYPE_UNARY ]
77
supports_tls: false
88
supports_trailers: false

0 commit comments

Comments
 (0)