Hello Oleg, > The problem is most likely caused by the PUT method buffering the request body in order to determine its length > that means there is no work around WITH PUT ?
> You can avoid this problem by > > (1) using chunk-encoding > > http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/Ch unkEncodedPost.java?rev=1.4.2.1&only_with_tag=HTTPCLIENT_2_0_BRANCH&view=mar kup > > (2) explicitly specifying the content length > > http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/Un bufferedPost.java?rev=1.2.2.1&only_with_tag=HTTPCLIENT_2_0_BRANCH&view=marku p > that are both POST requests? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]