From: Jason Stephenson Date: Wed, 1 May 2013 15:30:06 +0000 (-0400) Subject: Move where we do the shutdown. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ddc5d4976400d652fddee0a531d6ed924bfef2e1;p=working%2FEvergreen.git Move where we do the shutdown. Signed-off-by: Jason Stephenson --- 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); } }