Bugzilla – Attachment 15222 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]
9105: Followup for closing Zoom connections
9105-Followup-for-closing-Zoom-connections.patch (text/plain), 963 bytes, created by
Katrin Fischer
on 2013-02-11 07:34:38 UTC
(
hide
)
Description:
9105: Followup for closing Zoom connections
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-02-11 07:34:38 UTC
Size:
963 bytes
patch
obsolete
>From 7a6f727446ecf65c6f6d5973761587ef5ff65815 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> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >No regression found, all tests and QA script pass. >--- > C4/Breeding.pm | 6 ++++++ > 1 file changed, 6 insertions(+) > >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.9.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