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

weaveworks / weave / 2171
72%
master: 45%

Build:
Build:
LAST BUILD BRANCH: 2.8
DEFAULT BRANCH: master
Ran 10 Jul 2015 12:58PM UTC
Jobs 1
Files 57
Run time 5s
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
2171

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.

3261 of 6578 relevant lines covered (49.57%)

82326.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2171.1 (PATH="${PATH}:${HOME}/.local/bin") 10 Jul 2015 12:58PM UTC 0
49.57
Travis Job 2171.1
Source Files on build 2171
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2171
  • f703fd18 on github
  • Prev Build on 1103-proxy-chunking (#2161)
  • Next Build on 1103-proxy-chunking (#2178)
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