in reply to RPC::XML server seems to occasionally send corrupted responses
*** 1351,1356 ****
--- 1351,1357 ----
}
elsif ($req->method eq 'POST')
{
+ $compress = $self->compress;
# Get a XML::Parser::ExpatNB object
$parser = $self->parser->parse();
This code is already in the Apache::RPC::Server module that is included in this package so I'm sure it's just an oversight on the part of the module writer.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: RPC::XML server seems to occasionally send corrupted responses
by nenbrian (Acolyte) on Sep 28, 2004 at 18:44 UTC | |
by bpphillips (Friar) on Sep 28, 2004 at 20:50 UTC | |
by nenbrian (Acolyte) on Sep 30, 2004 at 22:26 UTC |