Re: CGIXMLRPCRequestHandler example

2009-04-08 Thread O.R.Senthil Kumaran
On Apr 5, 12:24 pm, a...@pythoncraft.com (Aahz) wrote: > [posted & e-mailed, please respond on-group] There was some problem with the CGIXMLRPCRequestHandler code in the SimpleXMLRPC Server. It was not getting the length to read from the CONTENT_LENGTH environement variable ( as it the CGI server

Re: CGIXMLRPCRequestHandler example

2009-04-05 Thread Aahz
[posted & e-mailed, please respond on-group] In article , Phoe6 wrote: > >I have the following CGIXMLRPCRequestHandler usage example. >handler = SimpleXMLRPCServer.CGIXMLRPCRequestHandler() >handler.register_instance(Foo()) >handler.handle_request() What happens when you telnet localhost 80