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

fukamachi / clack / 227
89%

Build:
DEFAULT BRANCH: master
Ran 13 Oct 2015 02:00AM UTC
Jobs 1
Files 10
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

pending completion
227

Pull #128

travis-ci

mtstickney
Don't return a value from the response handler.

When the clack app uses a delayed response and returns a NIL body,
HANDLE-RESPONSE has not called SEND-HEADERS, so hunchentoot expects the
return value of the handler to be the body of the response. As it is,
the handler is returning the value of the delayed response function,
which is usually not something we want sent. Instead, make sure the
handler never returns a value, since HANDLE-NORMAL-RESPONSE should
always be taking care of that.
Pull Request #128: Don't return a value from the response handler.

2 of 2 new or added lines in 1 file covered. (100.0%)

1069 of 1160 relevant lines covered (92.16%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 227.1 (LISP=sbcl-bin COVERALLS=true) 13 Oct 2015 02:00AM UTC 0
92.16
Travis Job 227.1
Source Files on build 227
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #227
  • Pull Request #128
  • PR Base - master (#226)
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