Command record may return cached records (bug #2799).
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 1 May 2009 10:37:12 +0000 (12:37 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 1 May 2009 10:37:12 +0000 (12:37 +0200)
commite6f35b732fe9838d5573cb49e57c0d2b02481324
treee4843d1863a65c00edf5ca7d04b65f8a96ec752d
parent0beb73da1dd548c6980a39c6696ec2f4c4bd4d8a
Command record may return cached records (bug #2799).

The 'record' command with argument 'offset' given but with no
'syntax' and 'esn' parameter now fetches records from last search.
This allows fast retrieval of marcxml and raw records. If, OTOH, esn
and syntax is given the record is assumed not to be cached and a new
present request is fired as before.
src/client.c
src/client.h
src/http_command.c