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.

貢獻者指南