Bugzilla – Attachment 10 Details for
Bug 50
Z39.50 daemon does not recover well from failed connections to servers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
non-functional patch that makes asynchronous connections (callbacks unimplemented)
processz3950queue.diff (text/plain), 755 bytes, created by
Chris Cormack
on 2002-11-11 08:16:00 UTC
(
hide
)
Description:
non-functional patch that makes asynchronous connections (callbacks unimplemented)
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2002-11-11 08:16:00 UTC
Size:
755 bytes
patch
obsolete
>Index: processz3950queue >=================================================================== >RCS file: /cvsroot/koha/koha/acqui.simple/processz3950queue,v >retrieving revision 1.9 >diff -r1.9 processz3950queue >134c134,135 >< eval { $conn= new Net::Z3950::Connection($servername, $port, databaseName => $database, user => $user, password => $password); }; >--- >> eval { $conn= new Net::Z3950::Connection($servername, >> $port, mode => 'async', databaseName => $database, user => $user, password => $password); }; >141c142,143 >< eval { $conn= new Net::Z3950::Connection($servername, $port, databaseName => $database); }; >--- >> eval { $conn= new Net::Z3950::Connection($servername, >> $port, mode => 'async', databaseName => $database); };
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 50
: 10