- Minor tweak on `mpserver` detail.
It happens in one application that some requests get stuck in the server "backlog", whereas by design
this should never happen (in reasonable time every input unit flows through the system and comes out of
the output queue, at which time clears its bookkeeping entry in the backlog). The tweak hopefully helps
debugging this situation.