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

sozu-proxy / sozu / 1672 / 4
0%
master: 32%

Build:
Build:
LAST BUILD BRANCH: 0.11
DEFAULT BRANCH: master
Ran 08 Oct 2019 02:35PM UTC
Files 65
Run time 6s
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

08 Oct 2019 02:14PM UTC coverage: 38.922% (+0.3%) from 38.667%
CODECOV=1

push

travis-ci

Geal
start a new HTTP 1 implementation

issues with the previous parser:
- started copying data to the backend before receiving all the headers
- it generated aist of copy events in the BufferQueue struct that were
complex to maipulate
- no way to edit the request properly

main design ideas:
- accumulate a list of offsets into the buffer (not slices to avoid self
referential structs)
- once the headers are parsed, materialize the request, with a HashMap
of headers
- keys for this HashMap are case insensitive
- keys and values of this hashmap can be slices from the buffer, or
allocated data. Valus carry the entire span of a header, so it can be
copied entirely if not modified
- this request structure will be modifiable by possible plugins, and
transformed to and from a HTTP/2 implementation

6050 of 15544 relevant lines covered (38.92%)

0.44 hits per line

Source Files on job 1672.4 (CODECOV=1)
  • Tree
  • List 0
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 267
  • Travis Job 1672.4
  • 6dd1e46f on github
  • Prev Job for CODECOV=1 on 0.12 (#1670.4)
  • Next Job for CODECOV=1 on 0.12 (#1673.4)
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