grpc/grpc-java

Verify server sends grpc-accept-encoding appropriately

Open

#1,804 opened on 2016年5月6日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Java (3,742 forks)batch import
help wanted

Repository metrics

Stars
 (11,124 stars)
PR merge metrics
 (平均マージ 23d 22h) (30d で 43 merged PRs)

説明

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.

コントリビューターガイド