Re: Http async client doesn't handle large requests

2014-01-04 Thread Alex Oscherov
Oleg, thank you for getting in touch. I validated that version that I use is 4.0 GA. Stuff that I've mentioned is the test that we use to check how http-async-client works with our code. Unfortunately test is manual so we don't run it too often. I am sure that this test worked after you provided t

Migrating to HttpClient 4.3.1 from 4.2.6 - Solr

2014-01-04 Thread Shawn Heisey
Recently the Lucene-Solr projectupgraded HttpClientin our codebase from 4.2.6 to 4.3.1. https://issues.apache.org/jira/browse/SOLR-5590 Although this did not require any java code changes and seems to have occurred without any new test failures, it will come as no surprise to anyone here that thi

Re: Http async client doesn't handle large requests

2014-01-04 Thread Oleg Kalnichevski
On Fri, 2014-01-03 at 15:04 -0800, Alex Oscherov wrote: > I have a problem making http async client working with Exchange server > through IIS 7.5. It looks very similar to HTTPASYNC-51 but now it has > nothing to do with authentication. When I send relatively small request > everything works fine