Ticket #32 (closed bug: fixed)

Opened 3 months ago

Last modified 3 months ago

flowproto-multiqueue doesn't handle immediate bstream completion

Reported by: carns Assigned to: carns
Priority: major Component: SERVER
Version: HEAD Keywords: read_list write_list flow hang
Cc:

Description

If bstream_read_list() or bstream_write_list() return 1, then the flow is likely to hang.

This doesn't normally happen because the stock read_list() and write_list() never immediately complete, but it has the potential to be a problem for alternative implementations or debugging hacks.

Change History

04/17/08 14:07:53 changed by carns

  • status changed from new to closed.
  • resolution set to fixed.

fixed in trunk