grpc/grpc-java

Verify server sends grpc-accept-encoding appropriately

开放

#1,804 创建于 2016年5月6日

 (3 条评论) (0 个反应) (0 位负责人)Java (3,742 个派生)batch import
help wanted

仓库指标

星标
 (11,124 个星标)
PR 合并指标
 (平均合并 23天 22小时) (30 天内合并 43 个 PR)

描述

If the client sends a gzip-encoded request and the server responds with headers (endStream=false) that does not include grpc-accept-encoding gzip, then the client should warn. This is misbehavior on the server-side and would ideally be detected.

Although I said "warn" above, we're actually aware of servers failing to do this properly today. So initially we can use FINE and eventually swap it to warn.

贡献者指南