You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we want to use http2 to encode headers to optimise data transport.
as DefaultHttp2HeadersEncoder HeaderTableSize default 4096
when we add headers size over 4096 can not be compression in grpc
io.netty.handler.codec.http2.HpackEncoder#ensureCapacity
size over 4096 will note be compress
and for grpc server i can not find any way to config thsi properties
The text was updated successfully, but these errors were encountered:
we want to use http2 to encode headers to optimise data transport.
as DefaultHttp2HeadersEncoder HeaderTableSize default 4096
when we add headers size over 4096 can not be compression in grpc
and for grpc server i can not find any way to config thsi properties
The text was updated successfully, but these errors were encountered: