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

weaveworks / weave / 2153
72%
master: 45%

Build:
Build:
LAST BUILD BRANCH: 2.8
DEFAULT BRANCH: master
Ran 10 Jul 2015 10:57AM UTC
Jobs 1
Files 57
Run time 2s
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
2153

push

travis-ci

paulbellamy
[proxy] rewrote chunked response handler

1) We cannot send "Connection: close", because the fsouza docker client
   expects the tcp socket to stay open between requests.

2) Because we cannot force-close the connection, we can't hijack the
   connection (because go's net/http doesn't let use un-hijack it).

3) Because we need to maintain the individual chunking of messages (for
   docker-py), we can't just copy the response body, as Go will remove and
   re-add the chunking willy-nilly.

Therefore, we have to read each chunk one-by-one, and flush the
ResponseWriter after each one.

103 of 103 new or added lines in 2 files covered. (100.0%)

3258 of 6578 relevant lines covered (49.53%)

91229.62 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
18
100.0
proxy/proxy_intercept.go
30
100.0
proxy/chunked.go
Jobs
ID Job ID Ran Files Coverage
1 2153.1 (PATH="${PATH}:${HOME}/.local/bin") 10 Jul 2015 10:57AM UTC 0
49.53
Travis Job 2153.1
Source Files on build 2153
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2153
  • efd23a2f on github
  • Next Build on 1103-proxy-chunking (#2161)
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