Khttp: kHTTP doesn't close connection

"Giulio D'Isanto" <[email protected]> Thu, 30 Jan 2003 15:56:37 +0100
Newsgroups gmane.comp.java.enhydra.khttp
Message-ID <002101c2c86f$ce57f0b0$360a0a0a@giulio>
kHTTP doesn't close connections. (This happens with IBM j9 running on Palm
Emulator)
I think the problem is in "SocketSvrHttpCon.close()":
the statement "write(con.openOutputStream)" creates a new OutputStream and
never close it. The next statement "con.close()" is useless because the
unnamed OutputStream keep the connection open (until garbage-collected???)

I hope this will help
Kind regards
Giulio D'Isanto