I had to write a trivial http server and proxy server to understand bug 60228. The http server listens on a port for an http request, then reads a response from stdin and sends it back to the client socket. The proxy server simply listens on a port and passes requests on to another proxy server, printing the requests and responses out on stdout. Would these programs be useful to anyone? If so, what is the appropriate place to publish them? Thanks, Ed Sent via Deja.com http://www.deja.com/
- Re: thttpd and tproxyd: useful? edburns
- Re: thttpd and tproxyd: useful? Darin Fisher
- Re: thttpd and tproxyd: useful? Darin Fisher
- Re: thttpd and tproxyd: useful? Jason Key