On Thu, Jan 05, 2006 at 10:00:38AM -0600, Gerdes, Tom wrote: > I am trying to execute a Post method. I keep getting "read time out" > errors because I am not including the "Content Length" request header. > How can I get the length of the request so that I can add the > appropriate request header. The only method to do this I could find is > in the EntityEnclosingMethod and it is protected so I can not use it > directly in my class. >
Please produce a wire/context log of the HTTP session. A code snippet might helps as well http://jakarta.apache.org/commons/httpclient/logging.html Oleg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
