From ddc5d4976400d652fddee0a531d6ed924bfef2e1 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 1 May 2013 11:30:06 -0400 Subject: [PATCH] Move where we do the shutdown. Signed-off-by: Jason Stephenson --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm index f38c5822be..8673d08638 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Record.pm @@ -535,9 +535,9 @@ sub added_content_stage2 { } } } - # To avoid a lot of hanging connections. - $req->shutdown(2); } + # To avoid a lot of hanging connections. + $content->{request}->shutdown(2); } } -- 2.11.0