Skip to content
Snippets Groups Projects
Commit 14390257 authored by Eric Anderson's avatar Eric Anderson
Browse files

Merge pull request #1764 from...

Merge pull request #1764 from ctiller/so-the-standard-we-rely-on-is-actually-released-and-has-been-for-some-time

Advertise HTTP2 support via ALPN
parents a7628c45 d0721bc5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment