Skip to content

Commit

Permalink
Damn it-- another one. Did none of this get exercised by the test suite?
Browse files Browse the repository at this point in the history
  • Loading branch information
rjray committed Jan 27, 2003
1 parent 7363898 commit 2d7f472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/RPC/XML/Server.pm
Expand Up @@ -9,7 +9,7 @@
#
###############################################################################
#
# $Id: Server.pm,v 1.34 2003/01/27 11:03:14 rjray Exp $
# $Id: Server.pm,v 1.35 2003/01/27 11:05:53 rjray Exp $
#
# Description: This class implements an RPC::XML server, using the core
# XML::RPC transaction code. The server may be created with
Expand Down Expand Up @@ -86,7 +86,7 @@ use RPC::XML 'bytelength';
require RPC::XML::Parser;
require RPC::XML::Procedure;

$VERSION = do { my @r=(q$Revision: 1.34 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r };
$VERSION = do { my @r=(q$Revision: 1.35 $=~/\d+/g); sprintf "%d."."%02d"x$#r,@r };

###############################################################################
#
Expand Down Expand Up @@ -1535,7 +1535,7 @@ sub process_request
}
else
{
$req->serialize($resp_fh);
$respxml->serialize($resp_fh);
}
seek($resp_fh, 0, 0);
Expand Down

0 comments on commit 2d7f472

Please sign in to comment.