Jitendra Kotamraju wrote:
> It is a lot fun as I wrote an HttpServer with CGI support and HTTP
> keep-alive. But I think we shouldn't write our own HttpURLConnection.
> Interoperability with different HTTP servers is a big thing(also one
> need to support HTTP 1.0 and 1.1). Cookie management is one more
> thing(JDK 6 gives more support). Reuse, and multiplex on underlying
> sockets is one more thing. Also some of the Headers are really
> necessary. We will be unnecessarily spending time in this code.
OK. Point taken.
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com