I\'m using the ASIHTTPRequest lib in my iOS app to make RESTful requests to my Rails 3 web app. I seeing a weird and somewhat consistent error the 1st time I try to make a
i also had to set response setHeader Connection to "close" in by Java servlet
response.setHeader("Connection", "close");