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

elixir-mint / mint / 4385c9e2008166844824bb2e086231d6bafcfa6e
89%

Build:
DEFAULT BRANCH: main
Ran 21 Sep 2026 08:30AM UTC
Jobs 1
Files 21
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

21 Sep 2026 08:29AM UTC coverage: 88.627% (+0.2%) from 88.455%
4385c9e2008166844824bb2e086231d6bafcfa6e

push

github

web-flow
Validate HTTP/2 response header fields and pseudo-headers (#504)

A :status value that isn't an integer, such as "abc" or "200 ", raised
ArgumentError from String.to_integer/1 inside stream/2, so a server could
crash the process streaming the response. Uppercase or otherwise invalid
field names, values containing NUL, CR or LF, undefined pseudo-headers,
duplicate :status fields, pseudo-headers after regular fields and
pseudo-headers in trailers were all delivered to the caller as if they
were regular headers.

Response header blocks are now checked against RFC 9113 8.2.1 and 8.3
before they're interpreted. A malformed block is a stream error: the
stream is reset with PROTOCOL_ERROR and the caller gets
{:invalid_status_header, value}, {:invalid_header_name, name},
{:invalid_header_value, name, value} or {:protocol_error, debug_data}.

A 1xx block after the final response is now reported as a pseudo-header
in trailers, which made the dedicated check for it unreachable.

33 of 33 new or added lines in 1 file covered. (100.0%)

1543 of 1741 relevant lines covered (88.63%)

556.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4385c9e2008166844824bb2e086231d6bafcfa6e.1 21 Sep 2026 08:30AM UTC 21
88.63
GitHub Action Run
Source Files on build 4385c9e2008166844824bb2e086231d6bafcfa6e
  • Tree
  • List 21
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4385c9e2 on github
  • Prev Build on main (#9E9AE10C...)
  • Next Build on main (#115FDA9C...)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc