RE: Timeout exception

2004-03-03 Thread McMahon, Joseph
timeouts will cause exceptions to be thrown from within HttpMethod.execute(). Mike McMahon, Joseph wrote: I have a client program that uses the MultiThreadedHttpConnectionManager and after a while, it seems like the connections hang. I haven't traced anything yet to know the wire state

RE: POST, Expect-100 and 401 Problem

2003-04-03 Thread McMahon, Joseph
it by invoking ExpectContinueMethod#setUseExpectHeader(boolean) I hope this helps Oleg -Original Message- From: McMahon, Joseph [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 3. April 2003 02:55 To: HTTPCommons (E-mail) Subject: POST, Expect-100 and 401 Problem Is there any progress

RE: POST, Expect-100 and 401 Problem

2003-04-03 Thread McMahon, Joseph
for you, can you try enabling 'expect: 100-continue' handshake and see if that makes any difference Cheers Oleg -Original Message- From: McMahon, Joseph [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 3. April 2003 16:42 To: 'Commons HttpClient Project' Subject: RE: POST, Expect-100 and 401

POST, Expect-100 and 401 Problem

2003-04-02 Thread McMahon, Joseph
Is there any progress on this problem (it was posted to the newsgroup back in early Feb.). I'm running into the same situation where a POST with a request body is made to an authorizing server. The initial POST fails for 401, the retry posts all the headers but doesn't appear to repost the