From: Adam Dickmeiss Date: Thu, 8 Mar 2007 09:43:37 +0000 (+0000) Subject: Fix for bug #948. Other problem is that frontend session was terminated X-Git-Tag: METAPROXY.1.0.10~22 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=f0fb2a160e8c8cbb1147d476ae206ebcedbf8ecf;hp=f0fb2a160e8c8cbb1147d476ae206ebcedbf8ecf;p=metaproxy-moved-to-github.git Fix for bug #948. Other problem is that frontend session was terminated by SRU filter. That's not really allowed. The fix is to simply remove calls to session().close(). This also means more efficient operation because HTTP keep-alive is operating. ---