• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

grpc / grpc-java / #20269 / 1
89%
master: 89%

Build:
DEFAULT BRANCH: master
Ran 07 May 2026 01:21AM UTC
Files 652
Run time 16s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 May 2026 01:10AM UTC coverage: 88.844% (+0.02%) from 88.822%
#20269.1

push

github

ejona86
okhttp: Optimize HPACK to index :path

Allow the :path pseudo-header to be added to the HPACK dynamic table in
the gRPC-Java OkHttp transport.

In gRPC, the :path header typically represents the service and method name
(e.g., /package.Service/Method), which is constant across multiple calls to
the same method. The previous HPACK implementation, inherited from OkHttp,
did not index :path, treating it as potentially highly variable.

By allowing :path to be indexed, subsequent gRPC calls to the same method
can benefit from HPACK's dynamic table, reducing header size.

36163 of 40704 relevant lines covered (88.84%)

0.89 hits per line

Source Files on job #20269.1
  • Tree
  • List 652
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20269
  • 397d3e72 on github
  • Prev Job for on master (##20268.1)
  • Next Job for on master (##20270.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc