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

gugod / Hijk / 210 / 5
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2016 12:18AM UTC
Files 19
Run time 0s
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

04 Apr 2016 11:51PM UTC coverage: 90.209% (-0.5%) from 90.732%
TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/

push

travis-ci

jackdoe
fix chunked encoding leaving CLRF in the socket with socket_cache

with socket_cache and chunked encoding, sometimes
we were leaving CLRF in "unread" in the socket, and this
messed up the next _read_message_body()

the way it happened was that the part we read
happens to end exactly at 0\r\n, and since we were able
to read the chunk size 0, it was just returning the body, without
reading the following \r\n as per protocol.

thanks to @dgryski for reporting the bug, and having a go-deamon test case

562 of 623 relevant lines covered (90.21%)

486.7 hits per line

Source Files on job 210.5 (TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 210
  • Travis Job 210.5
  • c62507b6 on github
  • Prev Job for TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/ on master (#209.9)
  • Next Job for TEST_ELASTICSEARCH=1 TEST_LIVE=1 TEST_HOST=localhost TEST_PORT=9200 TEST_COUCHDB=http://localhost:5984/ on master (#212.2)
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