DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11296>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11296 Connections not closed in http client code. ------- Additional Comments From [EMAIL PROTECTED] 2002-12-06 11:52 ------- Never quite got around to it, work took over. Best I can do is sometime next week :( In fact I recently discovered that things may be worse, unless you also call HttpURLConnection.disconnect(), it seems you can leave loads of connections open against servers when using Http1.1 with keepalives (the default). We managed to bring one of our servers to its knees with client code like this. At the time I posted the patch (against a beta), the commons HttpClient code was just coming in and there was some hope of ditching code based on HttpURLConnection entirely. This may well be the best fix.