Fixes a bug in lib9p caused because respond may free
the flush list and then call closereq, which would
use the flush list to respond. Happens when you provide
no flush, yet you handle requests concurrently.
Note: this patch is against the version in sources, not
against the patch I sent before for lib9p to do other things.
|