Re: BaseHTTPRequestHandler: how to read/write until diconnected

2006-07-13 Thread notanotheridiot
Maksim Kasimov wrote: > I'm trying to write an server-application, using > BaseHTTPServer/BaseHTTPRequestHandler. > > When application is running, some client-application can post data to the > server, and BaseHTTPRequestHandler reads all headers and posted raw data from > "rfile", sends back r

BaseHTTPRequestHandler: how to read/write until diconnected

2006-07-13 Thread Maksim Kasimov
Hi, I'm trying to write an server-application, using BaseHTTPServer/BaseHTTPRequestHandler. When application is running, some client-application can post data to the server, and BaseHTTPRequestHandler reads all headers and posted raw data from "rfile", sends back response, than client/server