Skip to content
Commit a0cffb58 authored by Mathieu Lemoine's avatar Mathieu Lemoine
Browse files

FIXED: If an error is signaled during taskmaster thread creation, the...

FIXED: If an error is signaled during taskmaster thread creation, the taskmaster-request-count slot is not decremented

Mailing-list thread: http://lists.common-lisp.net/pipermail/tbnl-devel/2012-August/005789.html

If an error is signaled during taskmaster thread creation (such as the
"getpeername": ENOTCONN error signaled during the generation of the thread
name), the body of the unwind-protect is never reached, and
taskmaster-request-count is never decremented. The counter eventually reaches
taskmaster-max-thread-count, preventing further requests to be processed by
hunchentoot.
parent 7d1a9655
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment