From faa2ad14dbe9ac1566faeafc1704acf5f4d0c241 Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Thu, 18 Aug 2016 17:09:26 -0700 Subject: [PATCH] prepare GA announcement --- README.md | 2 +- transport/http_util.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90e9453d52e..660658bed30 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,5 @@ See [API documentation](https://godoc.org/google.golang.org/grpc) for package an Status ------ -Beta release +GA diff --git a/transport/http_util.go b/transport/http_util.go index 3e16e4df42e..79da5126402 100644 --- a/transport/http_util.go +++ b/transport/http_util.go @@ -53,7 +53,7 @@ import ( const ( // The primary user agent - primaryUA = "grpc-go/0.11" + primaryUA = "grpc-go/1.0" // http2MaxFrameLen specifies the max length of a HTTP2 frame. http2MaxFrameLen = 16384 // 16KB frame // http://http2.github.io/http2-spec/#SettingValues