grpc/grpc-java

Verify server sends grpc-accept-encoding appropriately

Open

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

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Java (11,124 star) (3,742 fork)batch import
help wanted

描述

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.

贡献者指南

Verify server sends grpc-accept-encoding appropriately · grpc/grpc-java#1804 | Good First Issue