Release record block on show after first chunk
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Mar 2010 11:41:59 +0000 (12:41 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 11 Mar 2010 11:41:59 +0000 (12:41 +0100)
commiteae6eee32de3560f84a83ee5cc922a2d3d63cc44
tree51ed89ab9bce1aa1843ac2a29c053ed2525140de
parenta4ec57c24617d97ade83ff3ac06458a476e12b82
Release record block on show after first chunk

The client and connection code now fires SESSION_WATCH_SHOW and
SESSION_WATCH_RECORD after all non-blocking events has been received
from some client. Previously this was done on first record received.
Fixes #3318.
src/client.c
src/client.h
src/connection.c