Bugzilla – Attachment 14701 Details for
Bug 9105
Moving Z3950 search code to Breeding.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] 9105: Followup for closing Zoom connections
9105-Followup-for-closing-Zoom-connections.patch (text/plain), 872 bytes, created by
Kyle M Hall (khall)
on 2013-01-18 15:15:18 UTC
(
hide
)
Description:
[SIGNED-OFF] 9105: Followup for closing Zoom connections
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-01-18 15:15:18 UTC
Size:
872 bytes
patch
obsolete
>From 8e54270e44228439b5135d95b9990d32f4b876a8 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 7 Jan 2013 13:49:07 +0100 >Subject: [PATCH] 9105: Followup for closing Zoom connections > >Housekeeping: close the results sets and connections from Z3950 searches. >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/Breeding.pm | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > >diff --git a/C4/Breeding.pm b/C4/Breeding.pm >index f82ecf8..4d26be6 100644 >--- a/C4/Breeding.pm >+++ b/C4/Breeding.pm >@@ -412,6 +412,12 @@ sub Z3950Search { > ); > } # while nremaining > >+ #close result sets and connections >+ foreach(0..$s-1) { >+ $oResult[$_]->destroy(); >+ $oConnection[$_]->destroy(); >+ } >+ > my @servers = (); > foreach my $id (@id) { > push @servers, {id => $id}; >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9105
:
13589
|
13590
|
13593
|
13594
|
13625
|
13626
|
13936
|
13937
|
13938
|
14230
|
14231
|
14232
|
14450
|
14701
|
15222