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 whether or not the response body is useful to your application."

What is _exactly_ the problem if i do this?
(don't care about the response and call method.releaseConnection(); right after client.executeMethod(m) returned?)

I really don't care about the response data - i only need to do the request.

greetings,
Michael


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to