Correct problem introduced by partial backout of storable.
Client.pm was still expecting some output to a request no longer sent. Correct that.
This commit is contained in:
parent
53974fcaa8
commit
a52dc5b5f9
@ -269,7 +269,7 @@ if (ref($request) eq 'HASH') { # the request is an array, not pure XML
|
||||
#if ($ENV{XCATXMLTRACE} or $ENV{XCATXMLWARNING}) { $encode="xml"; }
|
||||
if (ref($request) eq 'HASH') { # the request is an array, not pure XML
|
||||
#print $client "xcatencoding: $encode\n";
|
||||
my $encok=<$client>;
|
||||
#my $encok=<$client>;
|
||||
send_request($request,$client,$encode);
|
||||
} else { #XML
|
||||
$straightprint=1;
|
||||
|
Loading…
Reference in New Issue
Block a user