Fixed bug #1646. http error: when trying to callpz2.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 2 Oct 2007 10:11:56 +0000 (10:11 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 2 Oct 2007 10:11:56 +0000 (10:11 +0000)
commit3ea2f6ca025f6888d3ef2af4fa1e342d84fe1725
tree4b16fc9a5b5070d7d8281bbdf3efe221c17cf7b0
parent591409403d68258a245cf30de428da8d7d1f2046
Fixed bug #1646. http error: when trying to callpz2.
Pazpar2 crashed due to a memory reference when a connection was
NULL for a client. It could become NULL if the client would lose
the connection (e.g. timeout).
Also added a better diagnostic for the case where multiple record with
requests are received by Pazpar2. Bug #1644.
src/client.c
src/http_command.c