Re: Ignore response in POST Method

2008-07-16 Thread Michael Mangeng
Hi Oleg! Thanks for your response. What can i do to force the socket to be closed? I don't want it to remain open for a uncertain time - this could lead to a problem... greetings, Michael Oleg Kalnichevski schrieb: On Tue, 2008-07-15 at 11:09 +0200, Michael Mangeng wrote: Hi all! On

Re: Ignore response in POST Method

2008-07-16 Thread Oleg Kalnichevski
On Wed, 2008-07-16 at 16:24 +0200, Michael Mangeng wrote: Hi Oleg! Thanks for your response. What can i do to force the socket to be closed? I don't want it to remain open for a uncertain time - this could lead to a problem... You can (1) abort the request causing it to force close

Ignore response in POST Method

2008-07-15 Thread Michael Mangeng
Hi all! On the page: http://hc.apache.org/httpclient-3.x/methods/post.html ...you write under Common Problems: The most common problem when using the post method is not reading the entire response body and calling releaseConnection regardless of the response received from the server or