From: Adam Dickmeiss Date: Mon, 21 Jan 2008 15:57:27 +0000 (+0000) Subject: Changed IPDU_Observer's interface WRT close. X-Git-Tag: YAZPP.1.1.0~6 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=e432b52c33a684e9f90627b971d14da6b362daff;hp=e432b52c33a684e9f90627b971d14da6b362daff Changed IPDU_Observer's interface WRT close. The IDPU_Observer method, close, renamed to shutdown. Method hutdown shuts down the socket connection (immediately). Added new method, close_session, which closes the connection as soon as it becomes idle (when everything in queue is flushed). These changes should make it possible to fix bug #1130. ---