mirror of https://github.com/grpc/grpc-go.git
commit
448ae5f6ab
|
@ -24,5 +24,5 @@ You can find more detailed documentation and examples in the [examples directory
|
|||
|
||||
Status
|
||||
------
|
||||
Alpha - ready for early adopters.
|
||||
Beta release
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ import (
|
|||
|
||||
const (
|
||||
// The primary user agent
|
||||
primaryUA = "grpc-go/0.7"
|
||||
primaryUA = "grpc-go/0.11"
|
||||
// http2MaxFrameLen specifies the max length of a HTTP2 frame.
|
||||
http2MaxFrameLen = 16384 // 16KB frame
|
||||
// http://http2.github.io/http2-spec/#SettingValues
|
||||
|
|
Loading…
Reference in New Issue