EntityEnclosingMethod, 100-continue and 401 Unauthorized

2003-02-05 Thread Rob Owen
The new EntityEnclosingMethod is great and looks like it might be able to support HTTP 1.0 servers with the 3 second wait for a 100-Continue response. There is a problem though when using it against an authenticating server as follows: 1. - PUT /file HTTP/1.1 contains Expect: 100-continue

Re: EntityEnclosingMethod, 100-continue and 401 Unauthorized

2003-02-05 Thread Oleg Kalnichevski
Rob, I am working on fixing the problem Many thanks for tracking it down Oleg On Thu, 2003-02-06 at 00:21, Rob Owen wrote: The new EntityEnclosingMethod is great and looks like it might be able to support HTTP 1.0 servers with the 3 second wait for a 100-Continue response. There is a problem