Re: How Do I Set SNI(Server Name Indentification)

2023-08-11 Thread Gary Gregory
Hi Peter, If we can improve our migration guide, then I'm all for it. I'm not sure how to condense this into a simple before and after example though. Gary On Fri, Aug 11, 2023, 8:01 AM Petar Tahchiev wrote: > Hi Oleg, > sorry but I am new with this. "This, of course, is not going to work" -

Re: [ANNOUNCEMENT] HttpComponents Core 5.2.2 GA released

2023-07-04 Thread Gary Gregory
Hi Sandeep, The two components are not automatically released together, you did not miss anything. Gary On Tue, Jul 4, 2023, 03:09 Sandeep Gaur wrote: > Hi Oleg Kalnichevski, > > Regarding the http 5.2.2 release, we are using httpclient5 directly, > > httpclient5 >

Re: [ANNOUNCEMENT] HttpComponents Core 5.2.2 GA released

2023-07-04 Thread Gary Gregory
Hi Sandeep, The two components are not automatically released together, you did not miss anything. Gary On Tue, Jul 4, 2023, 03:09 Sandeep Gaur wrote: > Hi Oleg Kalnichevski, > > Regarding the http 5.2.2 release, we are using httpclient5 directly, > > httpclient5 >

Re: Seeing randomly DeadlineTimeoutException exception

2023-06-20 Thread Gary Gregory
Your best bet is to provide a failing unit test, either as a PR on GitHub or a standalone Java file or Maven project attached to a Jira ticket. Gary On Tue, Jun 20, 2023, 12:44 sreenivas somavarapu wrote: > Hi Team, > > I am running a lod test using an Async HTTPClient. Even within 1 minutes

Re: Questions for migration of httpclient-win to httpclient5-win

2023-03-12 Thread Gary Gregory
Well said Michael! Get some skin in the game ;-) Gary On Sun, Mar 12, 2023, 05:52 Michael Osipov wrote: > Am 2023-03-11 um 14:48 schrieb Sandeep Kulkarni: > > Hi Oleg, > > > > Thanks for the explanation. From it I understand that earlier code did > not > > do anything and it was a mistake to

Re: HC being used as poor man HTTP proxy to any extent? . . .

2023-02-17 Thread Gary Gregory
I would start with one of the examples. For anything non-trivial, you will have to dig into the HC code anyway, so docs only go so far ;-) Gary On Fri, Feb 17, 2023, 01:47 Albretch Mueller wrote: > On 2/16/23, Gary Gregory wrote: > > it's proprietary though. > >

Re: HC being used as poor man HTTP proxy to any extent? . . .

2023-02-16 Thread Gary Gregory
I built a solid reverse proxy at work a couple of years ago on top of HC, it's proprietary though. Getting the basics done is easy, relatively, but as soon as features like CORS, OAuth, and so on come into play, then it's hard. Gary On Thu, Feb 16, 2023, 14:21 Albretch Mueller wrote: > Here

Re: Increased new connection rate

2022-11-29 Thread Gary Gregory
You would also want to use latest version of the 4.x line of artifacts I would think. Gary On Tue, Nov 29, 2022, 14:59 Oleg Kalnichevski wrote: > On Tue, 2022-11-29 at 16:22 +, john.e.gr...@wellsfargo.com.INVALID > wrote: > > All, > > > > I'm using 4.5.12. > > > > I'm trying to reproduce a

Re: Regarding HTTP2 support for classic 5.x httpclient

2022-11-06 Thread Gary Gregory
FWIW, for Kerberos (at work), we use Apache Kerby. Gary On Sun, Nov 6, 2022, 04:02 Michael Osipov wrote: > Am 2022-11-05 um 11:51 schrieb Oleg Kalnichevski: > > On Sat, 2022-11-05 at 09:47 +0100, Michael Osipov wrote: > >> Am 2022-11-04 um 12:59 schrieb Oleg Kalnichevski: > >>> On Fri,

Re: HttpClient migration from 3.x to 5.x - Need info on support plan

2022-10-19 Thread Gary Gregory
The sooner the better for a 4.x cut off IMO. There is a lot of complex code in total for versions 3, 4, 5, and very limited human resources. Gary On Wed, Oct 19, 2022, 15:50 Michael Osipov wrote: > Am 2022-10-18 um 17:27 schrieb Oleg Kalnichevski: > > On Tue, 2022-10-18 at 20:23 +0530, Kaluva

Re: blankAsPlus and out of spec servers, suggestion

2022-05-11 Thread Gary Gregory
The Maven coordinates are different for the 3, 4 and 5 lines. Gary On Wed, May 11, 2022, 08:01 Skylos wrote: > Hm. Why might it be that version 4.5.13 is the latest version of > httpcomponents:httpclient that exists on maven central? Is there some > alternative repository I should be looking

Re: Setting IOSessionListener on an HttpAsyncClientBuilder

2022-02-18 Thread Gary Gregory
A test would be nice ;-) Gary On Fri, Feb 18, 2022, 05:35 Christophe Darville wrote: > Hi Oleh, > > I have created a PR at Github with this feature. I hope I did it the right > way. > > Regards, > Christophe > > > On 17 Feb 2022, at 12:19, Oleg Kalnichevski wrote: > > > > On Thu, 2022-02-17

Re: HttpServer is "Not authoritative".

2021-02-27 Thread Gary Gregory
Sorry for the top post, phone mail client... Do we need an equivalent check for IPv6? Gary On Sat, Feb 27, 2021, 05:09 Oleg Kalnichevski wrote: > On Fri, 2021-02-26 at 14:52 +0100, Oleg Kalnichevski wrote: > > On Fri, 2021-02-26 at 13:53 +0100, Jochen Wiedmann wrote: > > > Hi, I am using the

Re: Depending on impl classes

2020-08-29 Thread Gary Gregory
We strive to keep binary compatibility. Oleg, do you see this goal applying to this impl package? Gary On Sat, Aug 29, 2020, 08:29 Elliotte Rusty Harold wrote: > Can users depend on > org.apache.http.impl.conn.PoolingHttpClientConnectionManager and other > classes in the impl package as

Re: HttpClient 5.0 release

2019-06-04 Thread Gary Gregory
On Tue, Jun 4, 2019 at 2:00 PM Oleg Kalnichevski wrote: > On Tue, 2019-06-04 at 16:23 +, Puneet Prakash wrote: > > Hi, > > > > > What is it exactly that stops you from using HttpClient 5.0 right > > > now? > > > > it is our policy for our products, not to depend on beta versions of > > third

Re: No response received by httpclient.execute(httppost) on long request

2019-03-29 Thread Gary Gregory
Hi Mark, Your best bet is to post your HttpClient wire log (and probably server log). Gary On Fri, Mar 29, 2019 at 11:38 AM Mark Cafaro wrote: > I mean to say when I'm using the Apache client, I see the server sends > back a proper response but the client never receives it (it just stays >

Re: Executor.execute very slow.

2019-02-22 Thread Gary Gregory
Hi, You should make sure to reuse your HttpClient instance. Gary On Fri, Feb 22, 2019, 05:08 Santhosh Kumar Hi - In our project we are using Apache http client and fluent jar to the > hit AWS cloud endpoint where in we pass request and get the response back. > Code snippet is given below. But

Re: [ANNOUNCEMENT] HttpComponents Client 4.5.7 GA Released

2019-01-25 Thread Gary Gregory
And yes, thank you Oleg for pushing through another release. Gary On Fri, Jan 25, 2019 at 8:30 AM Gary Gregory wrote: > It can take up to a few hours for MC to pick up new releases, sometimes > many hours. We publish to the Apache repo, not MC. > > Gary > > On Fri, Jan 25, 20

Re: [ANNOUNCEMENT] HttpComponents Client 4.5.7 GA Released

2019-01-25 Thread Gary Gregory
It can take up to a few hours for MC to pick up new releases, sometimes many hours. We publish to the Apache repo, not MC. Gary On Fri, Jan 25, 2019 at 7:50 AM Oleg Kalnichevski wrote: > On Fri, 2019-01-25 at 13:03 +0100, Tamás Cservenák wrote: > > Yup, it seems Central does not have it,

Re: Release date for httpclient 4.5.7

2019-01-08 Thread Gary Gregory
Hi Phillip, I think Oleg will be best to answer this one. Gary On Fri, Jan 4, 2019 at 2:33 PM Philippe Mouawad wrote: > Hello, > Happy new year 2019 to the team ! > > Thanks for answer. > Any chance to release before end of january ? > > Regards > > On Thu, Dec 20, 2018 at 10:51 AM Oleg

Re: Authenticate in Microsoft Cloud, O365

2018-12-04 Thread Gary Gregory
On Tue, Dec 4, 2018 at 10:02 AM Oleg Kalnichevski wrote: > On Tue, 2018-12-04 at 16:20 +, David J. Godbey (HQ-LM020)[DIGITAL > MANAGEMENT INC.] wrote: > > Oleg, > > NASA is moving out of the email hosting business, and they are moving > > the email enterprise into the Microsoft cloud hosted

Re: RV: Migration from Async 4.1.3 to HttpClient 5

2018-11-09 Thread Gary Gregory
On Fri, Nov 9, 2018 at 7:01 AM Oleg Kalnichevski wrote: > On Fri, 2018-11-09 at 13:39 +0100, Joan Balagueró wrote: > > Thanks Oleg. One more thing about the max connections with lax/strict > > pool. Our code to modify the number of max connections is: > > > > public void setMaxConnections(int

Re: Zipping HTTP Request

2018-05-07 Thread Gary Gregory
wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Gary, > > On 5/7/18 11:24 AM, Gary Gregory wrote: > > What could be more useful is a more general solution in a new > > module based o

Re: Zipping HTTP Request

2018-05-07 Thread Gary Gregory
What could be more useful is a more general solution in a new module based on Apache Commons Compress that calls org.apache.commons.compress.compressors.CompressorStreamFactory.createCompressorOutputStream(String, OutputStream). That would give you support for: GZIP BZIP2 XZ PACK200 LZMA DEFLATE

Re: request release 4.1.5 of httpasyncclient

2018-05-02 Thread Gary Gregory
If you search this list in an archive, I think you'll find a comment from Oleg about a possible release time frame. Gary On Wed, May 2, 2018 at 11:22 AM, Raymond Auge wrote: > sorry, I meant 4.1.4. > > On Wed, May 2, 2018 at 1:21 PM, Raymond Auge

Re: How to clear SSL State in HC4.5.5

2018-03-11 Thread Gary Gregory
Are we missing a getter? Gary On Sun, Mar 11, 2018, 10:57 Philippe Mouawad wrote: > It looks a bit aggressive to me, but if you say it’s ok, it’s fine for me. > > So you confirm I need to keep reference to > poolingHttpClientConnectionManager right ? > No way from

Re: Update on 4.5.4 release?

2017-11-28 Thread Gary Gregory
hed my archives) > The important part is that we released the fix in 2.7.2 :-) Gary > > On Tue, Nov 28, 2017 at 10:28 AM, Gary Gregory <garydgreg...@gmail.com> > wrote: > > > On Tue, Nov 28, 2017 at 10:22 AM, Brian Fox <bri...@infinity.nu> wrote: > > > > > > &g

Re: Update on 4.5.4 release?

2017-11-28 Thread Gary Gregory
On Tue, Nov 28, 2017 at 10:22 AM, Brian Fox wrote: > > > > > Not so long ago Sonatype as a commercial entity was openly hostile to > > > this project. > > Reference? > > > I am sorry if that sounds harsh, but personally I am not going to do > > > anything to advance

Re: Migration to HC4/HC5 last version

2017-10-12 Thread Gary Gregory
On Oct 12, 2017 02:48, "Oleg Kalnichevski" wrote: On Mon, 2017-10-09 at 23:19 +0200, Philippe Mouawad wrote: > Hello, > Within JMeter projet I am working on migration fully to last APIs of > HttpClient: > >- https://bz.apache.org/bugzilla/show_bug.cgi?id=58757 > > You can

Re: Possible to change default value for staleConnectionCheckEnabled?

2017-07-12 Thread Gary Gregory
the > default values for everything? > > Thanks, > -chris > > On 2017-07-11 18:43 (-0400), Gary Gregory <garydgreg...@gmail.com> wrote: > > Hi Chris, > > > > Have you tried > > resetting org.apache.http.client.config.RequestConfig.DEFAULT? > > &g

Re: Possible to change default value for staleConnectionCheckEnabled?

2017-07-11 Thread Gary Gregory
Hi Chris, Have you tried resetting org.apache.http.client.config.RequestConfig.DEFAULT? Gary On Tue, Jul 11, 2017 at 12:54 PM, Christopher Schultz wrote: > All, > > I have a conflict between two products that must operate in the same JVM > and same ClassLoader. One product

Re: MultipartEntityBuilder and Charset US-ASCII

2017-06-03 Thread Gary Gregory
On Sat, Jun 3, 2017 at 1:51 AM, Philippe Mouawad wrote: > Hello, > Any answers on those questions ? > Can you follow up with more detail perhaps on Oleg's reference to https://www.ietf.org/rfc/rfc1341.txt ? IOW, do you agree that the RFC allows for the HTTP message

Re: MultipartEntityBuilder and Charset US-ASCII

2017-05-21 Thread Gary Gregory
Philippe, Have you solved this? Gary On May 20, 2017 7:31 AM, "Philippe Mouawad" wrote: Hello, Any thoughts on that ? Thx On Wednesday, April 19, 2017, Philippe Mouawad wrote: > Hello, > Anybody has an idea about that ? > Thanks > >

Re: Async client with self signed certificate

2017-05-18 Thread Gary Gregory
You can remove most of this boilerplate if use use the SslContextBuilder class. Gary On May 18, 2017 11:48 AM, "Joan Balagueró" wrote: > Hello, > > > > I’ve been using SSL with client authentication with signed certificates in > async http client 4.1, with no

Re: Any reason for not using java.util.zip.DeflaterInputStream

2017-04-30 Thread Gary Gregory
Maybe we should make it pluggable with an optional impl using Commons Compress? Gary On Apr 30, 2017 1:02 PM, "Philippe Mouawad" wrote: > Hello, > For Deflate response encoded content, HC4 has a custom implementation > org.apache.http.client.entity.DeflateInputStream > >

Re: Upgrading from Httpclient 3.1 to 4.5 - localhost:443 not responding

2017-04-17 Thread Gary Gregory
Hassan, Your attachments were filtered out. You might want to try an image sharing site. Gary On Mon, Apr 17, 2017 at 6:16 AM, Hassan Khan wrote: > + >> > > >> Hi All, >> >> >> >>We are upgrading the httpclient in our software from 3.1 to 4.5 (we >> are adding

Re: Can't get org.apache.http.conn.ssl.TrustSelfSignedStrategy to work

2017-02-18 Thread Gary Gregory
On Sat, Feb 18, 2017 at 2:06 AM, Oleg Kalnichevski <ol...@apache.org> wrote: > On Fri, 2017-02-17 at 12:56 -0800, Gary Gregory wrote: > > Hi All, > > > > I cannot seem to get org.apache.http.conn.ssl.TrustSelfSignedStrategy > > to > > work with a

Re: Can't get org.apache.http.conn.ssl.TrustSelfSignedStrategy to work

2017-02-17 Thread Gary Gregory
, 2017 at 12:56 PM, Gary Gregory <garydgreg...@gmail.com> wrote: > Hi All, > > I cannot seem to get org.apache.http.conn.ssl.TrustSelfSignedStrategy to > work with an SSL connection. > > I am creating the HttpClient (4.5.3, the latest) like so: > > final Pooling

Can't get org.apache.http.conn.ssl.TrustSelfSignedStrategy to work

2017-02-17 Thread Gary Gregory
Hi All, I cannot seem to get org.apache.http.conn.ssl.TrustSelfSignedStrategy to work with an SSL connection. I am creating the HttpClient (4.5.3, the latest) like so: final PoolingHttpClientConnectionManager cm = new PoolingHttpClientConnectionManager(); httpClient =

Re: Brotli compression

2016-11-16 Thread Gary Gregory
gards > > On Wed, Nov 16, 2016 at 12:14 AM, Gary Gregory <garydgreg...@gmail.com> > wrote: > > > I do not think so. This would be interesting to add to Commons Compress > > though. > > > > Gary > > > > On Nov 15, 2016 11:51 AM, &q

Re: Brotli compression

2016-11-15 Thread Gary Gregory
I do not think so. This would be interesting to add to Commons Compress though. Gary On Nov 15, 2016 11:51 AM, "Philippe Mouawad" wrote: > Hello, > Is Brotli (https://en.wikipedia.org/wiki/Brotli) compression supported by > HttpCore/HttpClient ? > > Thanks > Regards

Re: EntityUtils.ToString() is too slow

2016-07-24 Thread Gary Gregory
You can use VisualVM if you are using Oracle Java. This will show you how much time is spent where. Gary On Sat, Jul 23, 2016 at 11:33 AM, Khare, Aparna wrote: > Hi Bernd, > > The response is big which I get from the server 5MB it’s a json > response .The chartset is

Re: classloader issues in httpclient from jets3t in different classloader

2016-03-02 Thread Gary Gregory
Closing the loop: This should be fixed in trunk now. See https://issues.apache.org/jira/browse/HTTPCLIENT-1727 Gary On Wed, Mar 2, 2016 at 2:22 PM, Charles Allen wrote: > I'm getting the following stack trace when using jets3t which uses > httpclient: > > Caused

Re: HttpClientBuilder Memory Leak

2016-02-02 Thread Gary Gregory
+01:00 Oleg Kalnichevski <ol...@apache.org>: > > > On Tue, 2016-02-02 at 19:30 +0100, David Skalka wrote: > > > Here is long running snapshot with types > > > > > > https://drive.google.com/open?id=0B8cERbS5JTTtZkVpWmhVWS11UkU > > > > And what does this

Re: HttpClientBuilder Memory Leak

2016-02-02 Thread Gary Gregory
Can you look and see what kind of objects are retained? Gary On Feb 2, 2016 2:33 AM, "David Skalka" wrote: > Why this code causes a memory leak? > > code: > > *while(true){* > * CloseableHttpClient httpclient = HttpClientBuilder.create().build();* > *

Re: A minor struggle with multipart/mixed

2016-01-28 Thread Gary Gregory
Hi Benson, I think that if we add anything to the 4.x line, it will be for the upcoming 4.5.2, so you'll want to migrate to 4.5.1 and propose a patch there. AFAIK there are no plans for another 4.4.x release. Gary On Thu, Jan 28, 2016 at 6:08 PM, Benson Margulies wrote:

Re: Snapshot repository : version 4.5.2-SNAPSHOT

2016-01-27 Thread Gary Gregory
FYI, I deployed a SNAPSHOT build to https://repository.apache.org/content/repositories/*snapshots*/ Gary On Tue, Jan 26, 2016 at 7:23 AM, Oleg Kalnichevski wrote: > On Tue, 2016-01-26 at 15:37 +0100, alexis thaveau wrote: > > Hello, > > > > Are 4.5.2 snapshot available in a

Re: unable to log using log4j for httpclient4.1.3 in JBoss EAP6.0

2015-09-09 Thread Gary Gregory
There is also the option of using log4j 2 instead of 1 (v1 is EOL). Gary On Wed, Sep 9, 2015 at 4:23 AM, Tony wrote: > I think it's more of a combination. I just want to see if anyone has > similar problem and can shed some light. > > On Wed, Sep 9, 2015 at 2:05 AM,

Re: GPF in WindowsNegotiateScheme.dispose()

2015-08-28 Thread Gary Gregory
On Fri, Aug 28, 2015 at 10:05 AM, Alexander Bernstein alexbernstein1...@yahoo.com.invalid wrote: JNA people suggested I report this against Http Client. What should I do? Can you tell me where the defects should be submitted? Here:

Re: GPF in WindowsNegotiateScheme.dispose()

2015-08-28 Thread Gary Gregory
On Fri, Aug 28, 2015 at 10:40 AM, Alexander Bernstein alexbernstein1...@yahoo.com.invalid wrote: I hear you. I submitted a defect against http client, and I can submit one against JNA, if you could tell me where. http://lmgtfy.com/?q=JNA+issues G Then I'll let you guys to settle this

Re: GPF in WindowsNegotiateScheme.dispose()

2015-08-28 Thread Gary Gregory
wrote: On 28 August 2015 at 18:41, Gary Gregory garydgreg...@gmail.com wrote: On Fri, Aug 28, 2015 at 10:33 AM, Oleg Kalnichevski ol...@apache.org wrote: On Fri, 2015-08-28 at 17:05 +, Alexander Bernstein wrote: JNA people suggested I report this against Http Client. What should I do

Re: Support for http 2.0

2015-02-24 Thread Gary Gregory
Please see https://marc.info/?l=httpclient-commons-devm=142434644830689w=2 Gary On Tue, Feb 24, 2015 at 10:56 AM, Tony Anecito adanec...@yahoo.com.invalid wrote: Hi All, Is there plans by Apache http components to support http 2.0? Thanks,-Tony -- E-Mail: garydgreg...@gmail.com |

Re: Support for http 2.0

2015-02-24 Thread Gary Gregory
, February 24, 2015 12:39 PM, Tony Anecito adanec...@yahoo.com.INVALID wrote: Thanks Gary looks like discussions are happening but nothing is ever vary fast. -Tony On Tuesday, February 24, 2015 12:08 PM, Gary Gregory garydgreg...@gmail.com wrote: Please see https://marc.info/?l

Re: [ANNOUNCEMENT] HttpComponents Core 4.4 GA released

2014-12-18 Thread Gary Gregory
It can take up to a day or two for a component to mirror around. Gary On Thu, Dec 18, 2014 at 10:12 PM, Shawn Heisey apa...@elyograg.org wrote: On 12/18/2014 1:41 AM, Oleg Kalnichevski wrote: The Apache HttpComponents project is pleased to announce 4.4 GA release of HttpComponents Core.

Re: Java 1.7 for 5.0 ? (was: HttpClient v4.x deprecations)

2014-09-25 Thread Gary Gregory
Well, by the time 5.0 comes out, the odds are that Java 7 will be EOL (April 2015)! ;-) Gary On Thu, Sep 25, 2014 at 6:45 PM, sebb seb...@gmail.com wrote: On 25 September 2014 19:47, Gary Gregory garydgreg...@gmail.com wrote: I do like programming with try-with-resources, feels safer, warm

Re: HTTPClient 4 : Request hangs for 4-5 seconds when using IP's is used without reverse DNS only on Windows

2014-08-27 Thread Gary Gregory
Using Java 7 for 4.4 seems reasonable.  Gary div Original message /divdivFrom: Oleg Kalnichevski ol...@apache.org /divdivDate:08/27/2014 03:52 (GMT-05:00) /divdivTo: HttpClient User Discussion httpclient-users@hc.apache.org /divdivSubject: Re: HTTPClient 4 : Request hangs

[ANNOUNCEMENT] HttpComponents Client 4.3.3 Released

2014-02-27 Thread Gary Gregory
or extend the HTTP protocol for distributed communication. Gary Gregory, on behalf of the HttpComponents HttpClient team. -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Editionhttp://www.manning.com/bauer3/ JUnit in Action, Second Edition http

Re: Using basic auth produces warnings about NTLM and NEGOTIATE errors.

2014-02-11 Thread Gary Gregory
On Tue, Feb 11, 2014 at 8:58 AM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2014-02-11 at 14:20 +1100, Brett Ryan wrote: If a server supports NTLM and Kerberos authentication, but when setting up the client I only provide basic credentials I get a log for each of the NTLM and

Re: Using basic auth produces warnings about NTLM and NEGOTIATE errors.

2014-02-11 Thread Gary Gregory
On Tue, Feb 11, 2014 at 9:58 AM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2014-02-11 at 09:18 -0500, Gary Gregory wrote: On Tue, Feb 11, 2014 at 8:58 AM, Oleg Kalnichevski ol...@apache.org wrote: ... --- RequestConfig config = RequestConfig.custom

Re: [ANNOUNCEMENT] HttpComponents HttpClient 4.3.2 Released

2014-01-21 Thread Gary Gregory
Great job on the updates! -Tony On Tuesday, January 21, 2014 1:29 AM, Gary Gregory ggreg...@apache.org wrote: The Apache HttpComponents project is pleased to announce 4.3.2 GA release of HttpComponents HttpClient. [Sorry for the resend, I had the wrong component in the email subject

Re: incredible speedup with asynch client and zero copy

2014-01-15 Thread Gary Gregory
Aaron, This sounds like it would make a great addition to our docs. Did you plan to at least blog it up someplace with code examples? Gary On Tue, Jan 14, 2014 at 10:14 PM, Boxer, Aaron aaron.bo...@uhn.ca wrote: I am now getting 800 MBPS uploads using asynch client and zero copy puts,

Re: Size of HTTPClient jar

2013-12-30 Thread Gary Gregory
We could cut a 5.0 that drops the deprecated code but I think Oleg haw other changes in mind as well for the next major release.  Oleg? Gary Original message From: Oleg Kalnichevski ol...@apache.org Date:12/30/2013 10:43 (GMT-05:00) To: HttpClient User Discussion

Re: [POLL] Minimal JRE level as of HttpClient 4.4

2013-09-21 Thread Gary Gregory
On Sep 21, 2013, at 7:23, Oleg Kalnichevski ol...@apache.org wrote: On Fri, 2013-09-20 at 21:28 +0100, sebb wrote: On 16 September 2013 13:02, Oleg Kalnichevski ol...@apache.org wrote: Folks, Java 1.5 compatibility has become increasing difficult to maintain and increasing pointless on top

Re: Android / Dalvik compatibility; was Re: [POLL] Minimal JRE level as of HttpClient 4.4

2013-09-21 Thread Gary Gregory
On Sat, Sep 21, 2013 at 9:59 AM, Oleg Kalnichevski ol...@apache.org wrote: On Sat, 2013-09-21 at 09:04 -0400, Gary Gregory wrote: On Sep 21, 2013, at 7:23, Oleg Kalnichevski ol...@apache.org wrote: On Fri, 2013-09-20 at 21:28 +0100, sebb wrote: On 16 September 2013 13:02, Oleg

Re: [POLL] Minimal JRE level as of HttpClient 4.4

2013-09-16 Thread Gary Gregory
On Mon, Sep 16, 2013 at 8:02 AM, Oleg Kalnichevski ol...@apache.org wrote: Folks, Java 1.5 compatibility has become increasing difficult to maintain and increasing pointless on top of that. We, as a project, have been thinking about upgrading minimal JRE level requirement for the HttpClient

Re: Logging of httpclient.wire.content depending on the target of the connection

2013-06-13 Thread Gary Gregory
It would be nice if the host was appended to the logger name, like: org.apache.http.SomeLogger.127.0.0.1 org.apache.http.SomeLogger.localhost org.apache.http.SomeLogger.com.domain.myapp This would let you use the dots in IP addresses and domain names as hierarchical separators the same way they

Re: http client and SSLContext.getDefault

2013-01-10 Thread Gary Gregory
My preference would be to make Java 6 the minimum requirement. Gary On Thu, Jan 10, 2013 at 7:52 AM, Alexey Serba ase...@gmail.com wrote: Hi, It seems that http client (at least 4.1.3) does not honor SSLContext.getDefault, i.e. does not pickup SSLContext configured using

Re: http client and SSLContext.getDefault

2013-01-10 Thread Gary Gregory
On Thu, Jan 10, 2013 at 7:55 AM, Gary Gregory garydgreg...@gmail.comwrote: My preference would be to make Java 6 the minimum requirement. Start with 4.3 I should have added. Gary Gary On Thu, Jan 10, 2013 at 7:52 AM, Alexey Serba ase...@gmail.com wrote: Hi, It seems that http client

Re: Double encoding problem with URIBuilder

2012-11-30 Thread Gary Gregory
There is no HttpClient 4.2.3 (yet). There is a HttpCore 4.2.3, which might have led to the confusion. Gary On Fri, Nov 30, 2012 at 12:07 PM, Carlo Bertoldi carlo.berto...@ubiquity.it wrote: Ok, I apologize, I've found this: https://issues.apache.org/**

Re: Double encoding problem with URIBuilder

2012-11-30 Thread Gary Gregory
If you have a reproducible JUnit test case based on HttpClient 4.2.2, please create a JIRA and attach a udiff patch to it. On Fri, Nov 30, 2012 at 12:44 PM, Gary Gregory garydgreg...@gmail.comwrote: There is no HttpClient 4.2.3 (yet). There is a HttpCore 4.2.3, which might have led

Re: PoolStats question

2012-11-06 Thread Gary Gregory
FYI: I added these comments to the Javadoc for PoolStats. Gary On Mon, Nov 5, 2012 at 4:30 PM, Mike Boyers mboy...@yahoo.com wrote: Got it. Thanks Oleg! - Original Message - From: Oleg Kalnichevski ol...@apache.org To: HttpClient User Discussion httpclient-users@hc.apache.org

Re: PoolStats question

2012-11-06 Thread Gary Gregory
On Tue, Nov 6, 2012 at 3:25 PM, Oleg Kalnichevski ol...@apache.org wrote: On Tue, 2012-11-06 at 15:19 -0500, Gary Gregory wrote: FYI: I added these comments to the Javadoc for PoolStats. Gary Fantastic! Thank you, Gary YW :) G Oleg On Mon, Nov 5, 2012 at 4:30 PM, Mike Boyers

Re: Is the HttpClient class in version 3.1 thread safe?

2012-08-18 Thread Gary Gregory
and that another thread picked up that stream. Is that possible in HC using an MT ConMan? I've not been able to reproduce this error yet in our test suites. How differently is multi-threading dealt with in 4.x? Any thought appreciated. Thank you, Gary On Fri, Aug 17, 2012 at 1:40 PM, Gary

Re: [ANNOUNCEMENT] HttpComponents HttpAsyncClient 4.0-beta2 Released

2012-08-09 Thread Gary Gregory
On Thu, Aug 9, 2012 at 11:19 AM, Oleg Kalnichevski ol...@apache.org wrote: On Thu, 2012-08-09 at 11:11 -0400, Saptharishi Easwaran wrote: Hi, Does this release have the following fix. Yes, it does. https://issues.apache.org/jira/browse/HTTPASYNC-21 On the jira it