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

grpc / grpc-java / #20265
89%

Build:
DEFAULT BRANCH: master
Ran 06 May 2026 03:25AM 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

06 May 2026 03:13AM UTC coverage: 88.837% (+0.03%) from 88.81%
#20265

push

github

web-flow
core: Clarify missing content-type on HTTP error responses (#12720)

## Summary

In this case, grpc-java preserves the HTTP status-based context, but may
later append `invalid content-type: null`.

That seems misleading when the response is missing `content-type`,
because the header appears to be absent rather than invalid, and the
`null` value exposes a Java implementation detail.

This PR keeps the existing HTTP-to-gRPC status mapping unchanged and
only adjusts the diagnostic for the missing `content-type` case.

 ## Changes
 
- keep the existing HTTP-to-gRPC status mapping unchanged
- keep the existing behavior for invalid non-null content-types
unchanged
- replace `invalid content-type: null` with `missing content-type in
response headers`

Ref #12418

36155 of 40698 relevant lines covered (88.84%)

0.89 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
81.05
-2.11% ../okhttp/src/main/java/io/grpc/okhttp/ExceptionHandlingFrameWriter.java
1
90.91
-0.35% ../core/src/main/java/io/grpc/internal/DelayedClientCall.java
1
87.88
-3.03% ../netty/src/main/java/io/grpc/netty/ClientTransportLifecycleManager.java
Jobs
ID Job ID Ran Files Coverage
1 #20265.1 06 May 2026 03:25AM UTC 652
88.84
Source Files on build #20265
  • Tree
  • List 652
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20265
  • 0ddad698 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