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

grpc / grpc-java / #20269
89%

Build:
DEFAULT BRANCH: master
Ran 07 May 2026 01:21AM UTC
Jobs 1
Files 652
Run time 1min
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

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

Coverage Regressions

Lines Coverage ∆ File
1
90.91
-0.35% ../core/src/main/java/io/grpc/internal/DelayedClientCall.java
1
96.57
-0.57% ../core/src/main/java/io/grpc/internal/DelayedClientTransport.java
1
93.21
-0.14% ../okhttp/src/main/java/io/grpc/okhttp/OkHttpClientTransport.java
Jobs
ID Job ID Ran Files Coverage
1 #20269.1 07 May 2026 01:21AM UTC 652
88.84
Source Files on build #20269
  • Tree
  • List 652
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20269
  • 397d3e72 on github
  • Prev Build on master
  • Next Build on master
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