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

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

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

pending completion
1672

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

Jobs
ID Job ID Ran Files Coverage
4 1672.4 (CODECOV=1) 08 Oct 2019 02:35PM UTC 0
38.92
Travis Job 1672.4
Source Files on build 1672
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1672
  • 6dd1e46f on github
  • Prev Build on 0.12 (#1670)
  • Next Build on 0.12 (#1673)
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