Coveralls logob
Coveralls logo
  • Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

fukamachi / clack / 327 / 1
89%
master: 89%

Build:
DEFAULT BRANCH: master
Ran 12 Jun 2018 11:02AM UTC
Files 10
Run time 1s
Badge
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

12 Jun 2018 - 10:57 coverage: 89.431% (-0.08%) from 89.513%
LISP=sbcl-bin COVERALLS=true

Pull #152

travis-ci

9181eb84f9c35729a3bad740fb7f9d93?size=18&default=identiconweb-flow
hunchentoot: lift up handler-case in acceptor-dispatch-request

Method binds hunchentoot:*catch-errors-p* to NIL, so hunchentoot tries to invoke
a debugger if a condition comes to it. Error condition wasn't handled by clack
if it happened in handle-response, because handler-case was wrapped around
funcall, not the whole expression.

HANDLE-RESPONSE might have raisen an exception from SSL library (and other
communication methods) for instance when peer has closed the connection - that
lead to uncought closed stream error condition. Fixes #127.
Pull Request #152: hunchentoot: lift up handler-case in acceptor-dispatch-request

1210 of 1353 relevant lines covered (89.43%)

0.89 hits per line

Source Files on job 327.1 (LISP=sbcl-bin COVERALLS=true)
  • Tree
  • List 10
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 322
  • Travis Job 327.1
  • e343a6ed on github
  • Prev Job for LISP=sbcl-bin COVERALLS=true on master (#326.1)
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2023 Coveralls, Inc