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

elixir-mint / mint / 1ea02f7d23d12472eefacc23d4188e95208094a8-PR-511
89%
main: 89%

Build:
Build:
LAST BUILD BRANCH: http1-header-parsing
DEFAULT BRANCH: main
Ran 24 Sep 2026 10:44AM UTC
Jobs 1
Files 22
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

24 Sep 2026 10:43AM UTC coverage: 88.771% (+0.04%) from 88.727%
1ea02f7d23d12472eefacc23d4188e95208094a8-PR-511

Pull #511

github

ericmj
Fail HTTP/1 requests behind HTTP/1.0 and close-delimited responses as :closed

Requests pipelined behind a response that closes the connection all got
an :unprocessed error, which says they're safe to retry. That only holds
for a "Connection: close" response, since the server must not process
any request after it (RFC 9112 section 9.6). A server that answers with
HTTP/1.0 without "keep-alive", or delimits the body by closing the
connection, might have processed the requests behind it already, and a
non-idempotent one mustn't be retried automatically (RFC 9112 section
9.3.1). Those requests now get a TransportError with reason :closed.
Pull Request #511: Fix HTTP/1 pipelining and streaming request state

48 of 51 new or added lines in 1 file covered. (94.12%)

1 existing line in 1 file now uncovered.

1589 of 1790 relevant lines covered (88.77%)

556.71 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
86.44
0.26% lib/mint/http1.ex

Coverage Regressions

Lines Coverage ∆ File
1
86.44
0.26% lib/mint/http1.ex
Jobs
ID Job ID Ran Files Coverage
1 1ea02f7d23d12472eefacc23d4188e95208094a8-PR-511.1 24 Sep 2026 10:44AM UTC 22
88.77
GitHub Action Run
Source Files on build 1ea02f7d23d12472eefacc23d4188e95208094a8-PR-511
  • Tree
  • List 22
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #511
  • PR Base - main (#02D9148A...)
  • 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