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

JuliaWeb / HttpServer.jl / 55
82%

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

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.

74 of 89 relevant lines covered (83.15%)

5.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 55.1 (JULIAVERSION="juliareleases") 29 Oct 2014 10:29PM UTC 0
82.95
Travis Job 55.1
2 55.2 (JULIAVERSION="julianightlies") 29 Oct 2014 10:29PM UTC 0
82.95
Travis Job 55.2
Source Files on build 55
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #55
  • fbccf12b on github
  • Prev Build on master (#54)
  • Next Build on master (#57)
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