We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c110d commit faa2ad1Copy full SHA for faa2ad1
README.md
@@ -28,5 +28,5 @@ See [API documentation](https://godoc.org/google.golang.org/grpc) for package an
28
29
Status
30
------
31
-Beta release
+GA
32
transport/http_util.go
@@ -53,7 +53,7 @@ import (
53
54
const (
55
// The primary user agent
56
- primaryUA = "grpc-go/0.11"
+ primaryUA = "grpc-go/1.0"
57
// http2MaxFrameLen specifies the max length of a HTTP2 frame.
58
http2MaxFrameLen = 16384 // 16KB frame
59
// http://http2.github.io/http2-spec/#SettingValues
0 commit comments