[jira] [Commented] (HTTPCLIENT-1895) GzipDecompressingEntity ignores everything but the first GZIP stream, non-compliant with RFC 1952

2018-01-10 Thread Sudheera Palihakkara (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16321630#comment-16321630 ] Sudheera Palihakkara commented on HTTPCLIENT-1895: -- [~olegk] I'm hap

Fwd:

2018-01-10 Thread Gary Gregory
From: Gary Gregory Date: Wed, Jan 10, 2018 at 2:03 PM Subject: To: HttpComponents Project Hi All, today we have: public class DefaultHttpClientIODispatch extends AbstractIODispatch I would like to use generics in order to type the handler like this: public class DefaultHt

[GitHub] httpcomponents-core issue #56: Improve connection reuse logic

2018-01-10 Thread agherardi
Github user agherardi commented on the issue: https://github.com/apache/httpcomponents-core/pull/56 My HTTP stack consists of Jersey https://github.com/jersey/jersey with the Apache httpclient connector and the JacksonJsonProvider. I'm using the stack to talk to a REST-ful server that

HttpCore 4.4.9

2018-01-10 Thread Gary Gregory
Hi All: I will likely soon want to release HttpCore 4.4.9. I can RM unless someone beats me to it. Gary

Re: Using SLF4J as a logging facade; Re: Disagreement on Log4J2

2018-01-10 Thread Oleg Kalnichevski
On Wed, 2018-01-10 at 06:53 -0700, Gary Gregory wrote: > I am a disappointed but I understand. > > Gary > Michael Will this settle the issue for you? I remember you were also unhappy about a number of other things, exception handling being among them. _Now_ would be the time to deal with whate

Re: Using SLF4J as a logging facade; Re: Disagreement on Log4J2

2018-01-10 Thread Gary Gregory
I am a disappointed but I understand. Gary On Jan 10, 2018 01:54, "Oleg Kalnichevski" wrote: > On Mon, 2018-01-08 at 11:45 +0100, Oleg Kalnichevski wrote: > > On Fri, 2017-12-08 at 22:14 +0100, Michael Osipov wrote: > > > Am 2017-12-01 um 10:09 schrieb Oleg Kalnichevski: > > > > Folks > > > > >

[jira] [Commented] (HTTPCLIENT-1895) GzipDecompressingEntity ignores everything but the first GZIP stream, non-compliant with RFC 1952

2018-01-10 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320239#comment-16320239 ] Oleg Kalnichevski commented on HTTPCLIENT-1895: --- [~sudheera] Thank you

[jira] [Updated] (HTTPCLIENT-1895) GzipDecompressingEntity ignores everything but the first GZIP stream, non-compliant with RFC 1952

2018-01-10 Thread Sudheera Palihakkara (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sudheera Palihakkara updated HTTPCLIENT-1895: - Attachment: multi-test.gz > GzipDecompressingEntity ignores everythin

[jira] [Commented] (HTTPCLIENT-1895) GzipDecompressingEntity ignores everything but the first GZIP stream, non-compliant with RFC 1952

2018-01-10 Thread Sudheera Palihakkara (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320085#comment-16320085 ] Sudheera Palihakkara commented on HTTPCLIENT-1895: -- [~sarkara1] Foll

Re: Using SLF4J as a logging facade; Re: Disagreement on Log4J2

2018-01-10 Thread Oleg Kalnichevski
On Mon, 2018-01-08 at 11:45 +0100, Oleg Kalnichevski wrote: > On Fri, 2017-12-08 at 22:14 +0100, Michael Osipov wrote: > > Am 2017-12-01 um 10:09 schrieb Oleg Kalnichevski: > > > Folks > > > > > > It is going to be unpleasant but we need to revisit a highly > > > contentious issue of the choice of

[GitHub] httpcomponents-core issue #56: Improve connection reuse logic

2018-01-10 Thread ok2c
Github user ok2c commented on the issue: https://github.com/apache/httpcomponents-core/pull/56 @agherardi Could you please help me better understand what you are trying to achieve? Why would you want to avoid calling `#close` method when it is a part of `InputStream` contract? I also