Re: putRequest outputStream

2016-02-22 Thread Oleg Kalnichevski
On Mon, 2016-02-22 at 08:23 -0700, pavel wrote: > Hi, Oleg. > > I find can upload data if return from: > @Override > public long getContentLength() { > return -1; > } > some data length,

Re: putRequest outputStream

2016-02-22 Thread pavel
HttpClient further and logging option will be useful. Thanks. -- View this message in context: http://httpcomponents.10934.n7.nabble.com/putRequest-outputStream-tp27956p27963.html Sent from the HttpClient-User mailing list archive at Nabble.com

Re: putRequest outputStream

2016-02-22 Thread Oleg Kalnichevski
On Sun, 2016-02-21 at 15:41 -0700, pavel wrote: > Hello > > I am new with CloseableHttpClient and HttpPut and want to use them, because > with java core HttpUrlConnection class I have to fully populate OutputStream > with data, before it starts transfer to server. While my data to send size > is

putRequest outputStream

2016-02-21 Thread pavel
ot transfer. -- View this message in context: http://httpcomponents.10934.n7.nabble.com/putRequest-outputStream-tp27956.html Sent from the HttpClient-User mailing list archive at Nabble.com. - To unsubscribe, e-mail: ht