--- In [email protected], "spdas_tvs" <[EMAIL PROTECTED]> wrote: > > How to send / receive HTTP 1.1 based request / response to create a > persistent connection with web server (Jsp in Tomcat)? >
I wrote a simple http client using Socket but that is HTTP 1.0.. I am working a new http-client like apache-jakarta-commons httpclient. You can check out the code of what I did around an year back:- http://code.google.com/p/as3httpclient/ If you want to contribute to project, let me know. -abdul

