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

JuliaWeb / HttpServer.jl / 55 / 2
82%
master: 82%

Build:
DEFAULT BRANCH: master
Ran 29 Oct 2014 10:29PM UTC
Files 2
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

29 Oct 2014 10:20PM UTC coverage: 82.955%. Remained the same
JULIAVERSION="julianightlies"

push

travis-ci

StefanKarpinski
bugfix: don't print length as a Uint after request data.

This seems like it was a parenthesization error – what was intended
was likely this:

	write(pd(parser).data, bytestring(convert(Ptr{Uint8}, at), len))

rather than what was written, which was this:

	write(pd(parser).data, bytestring(convert(Ptr{Uint8}, at)), len)

However, there's no need to construct a ByteString at all since we
just want to copy a bunch of bytes between spots in memory.

73 of 88 relevant lines covered (82.95%)

2.55 hits per line

Source Files on job 55.2 (JULIAVERSION="julianightlies")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 55
  • Travis Job 55.2
  • fbccf12b on github
  • Prev Job for JULIAVERSION="julianightlies" on master (#54.2)
  • Next Job for JULIAVERSION="julianightlies" on master (#57.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