Fixed bug #1130: Problem with SRU server closing connection.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 21 Jan 2008 16:15:00 +0000 (16:15 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 21 Jan 2008 16:15:00 +0000 (16:15 +0000)
commitb112dc32edc6bf672a08ed573ec921d0a80a7c79
tree535758e70b5b3f6f24e3ea4859f9a8575265b1e7
parent263db488835e22820d79a4ffa46fb892b7837fd4
Fixed bug #1130: Problem with SRU server closing connection.

This problem is fixed by using Z_Assoc::close when the session
closes rather than just deleting and close(shutdown) the socket.
The Z_Assoc::close as of yazpp 1.1.0 should do things correctly.
configure.ac
src/filter_frontend_net.cpp