You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2017/11/29 05:08:11 UTC

[trafficserver] branch quic-latest updated: Update application name for ALPN to hq-07

This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new 2d3a142  Update application name for ALPN to hq-07
2d3a142 is described below

commit 2d3a1421c603bdb76e074c615f1bb6f2e5308e9a
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Wed Nov 29 14:07:06 2017 +0900

    Update application name for ALPN to hq-07
---
 lib/ts/ink_inet.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ts/ink_inet.cc b/lib/ts/ink_inet.cc
index d651f2a..d5eb0e4 100644
--- a/lib/ts/ink_inet.cc
+++ b/lib/ts/ink_inet.cc
@@ -45,7 +45,7 @@ const ts::string_view IP_PROTO_TAG_HTTP_0_9("http/0.9"_sv);
 const ts::string_view IP_PROTO_TAG_HTTP_1_0("http/1.0"_sv);
 const ts::string_view IP_PROTO_TAG_HTTP_1_1("http/1.1"_sv);
 const ts::string_view IP_PROTO_TAG_HTTP_2_0("h2"_sv);     // HTTP/2 over TLS
-const ts::string_view IP_PROTO_TAG_HTTP_QUIC("hq-05"_sv); // HTTP over QUIC
+const ts::string_view IP_PROTO_TAG_HTTP_QUIC("hq-07"_sv); // HTTP over QUIC
 
 uint32_t
 ink_inet_addr(const char *s)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].