aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2/alpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transport/chttp2/alpn.c')
-rw-r--r--src/core/transport/chttp2/alpn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/transport/chttp2/alpn.c b/src/core/transport/chttp2/alpn.c
index 11901a58a0..3ccd5796ba 100644
--- a/src/core/transport/chttp2/alpn.c
+++ b/src/core/transport/chttp2/alpn.c
@@ -36,7 +36,8 @@
#include <grpc/support/useful.h>
/* in order of preference */
-static const char *const supported_versions[] = {"h2-16", "h2-15", "h2-14"};
+static const char *const supported_versions[] = {"h2", "h2-17", "h2-16",
+ "h2-15", "h2-14"};
int grpc_chttp2_is_alpn_version_supported(const char *version, size_t size) {
size_t i;