diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-08-03 16:35:44 -0700 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-08-03 16:35:44 -0700 |
commit | 324b4b1d00bf3839b474157dddbd4f97a51d8f3e (patch) | |
tree | 505546fddb3b502c152955070ed19489d17bd2f9 /src/core/transport/chttp2/alpn.c | |
parent | 66a27daef6e0acc4ad9d3789580e1d3107670c9d (diff) | |
parent | 8e9ff222999199f88344bbb9b4cee3bfc7de433f (diff) |
Merge branch 'auth_md_processor' into server_creds_auth_md_processor
Diffstat (limited to 'src/core/transport/chttp2/alpn.c')
-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; |