diff options
author | Craig Tiller <ctiller@google.com> | 2015-08-05 08:11:02 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-08-05 08:11:02 -0700 |
commit | a529eca9475cf7aae3d5615d59918283fac7b602 (patch) | |
tree | 3bf6fcf1dbde924593b7b385644bfc44077229f4 /src/core/transport | |
parent | 9429b619d9bf0230b20e3619feae9c52c3881c3f (diff) | |
parent | 18541a1cee0263560e7cbe89312f51c674da8d4e (diff) |
Merge branch 'propagate' into reduce-mac-load
Diffstat (limited to 'src/core/transport')
-rw-r--r-- | src/core/transport/chttp2/alpn.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/transport/chttp2/alpn.c b/src/core/transport/chttp2/alpn.c index 3ccd5796ba..69da4e6718 100644 --- a/src/core/transport/chttp2/alpn.c +++ b/src/core/transport/chttp2/alpn.c @@ -36,8 +36,7 @@ #include <grpc/support/useful.h> /* in order of preference */ -static const char *const supported_versions[] = {"h2", "h2-17", "h2-16", - "h2-15", "h2-14"}; +static const char *const supported_versions[] = {"h2"}; int grpc_chttp2_is_alpn_version_supported(const char *version, size_t size) { size_t i; |