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

Eyevinn / moqtransport / 24570600388 / 1
51%
main: 50%

Build:
Build:
LAST BUILD BRANCH: fix-kvp
DEFAULT BRANCH: main
Ran 17 Apr 2026 02:34PM UTC
Files 83
Run time 3s
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

17 Apr 2026 02:33PM UTC coverage: 50.644% (+0.2%) from 50.452%
24570600388.1

Pull #10

github

tobbee
fix(wire): correctly terminate KVP extension-header parsing

parseLengthReader wrapped the input in LimitReader+bufio+quicvarint.Reader and looped forever until the inner readers surfaced an error. At the exact end of the length-prefixed KVP block that error is io.EOF, which was returned as if the parse had failed. The extra buffering also risked reading past the length boundary.

Read the 'length' bytes up front and parse them byte-wise until the buffer is empty. Remove the now-unused KeyValuePair.parseReader and add a TestParseLengthReader regression test covering the end-of-list, empty-list, and trailing-bytes cases.
Pull Request #10: fix(wire): correctly terminate KVP extension-header parsing

2792 of 5513 relevant lines covered (50.64%)

5.6 hits per line

Source Files on job 24570600388.1
  • Tree
  • List 83
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24570600388
  • f494619b on github
  • Prev Job for on fix-kvp (#24525034248.1)
  • Delete
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