bug4299 317 B

12345
  1. o Major bugfix:
  2. - Do not process cells on a marked-for-close connection. We previously
  3. avoided this by not calling read handlers on marked connections, but
  4. that's not adequate for the case when cells are very small. Fixes
  5. bug 4299; bugfix on 0.2.0.20-rc which first made small cells possible.