Re: Brotli compression

2016-11-15 Thread Philippe Mouawad
Hi Gary, I created : https://issues.apache.org/jira/browse/COMPRESS-370 Regards On Wed, Nov 16, 2016 at 12:14 AM, Gary Gregory wrote: > I do not think so. This would be interesting to add to Commons Compress > though. > > Gary > > On Nov 15, 2016 11:51 AM, "Philippe

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: SSL Handshake : timing and timeout

2016-11-15 Thread Bernd Eckenfels
Hello, A loop can IMHO only happen if one site violates thenprotocol and the other does not catch it. So it is seldom. A request- or header- Timeout would include it. But if you want to also abort connects in a delayed handshake then you would would need to watch the progress with a timer or

Re: SSL Handshake : timing and timeout

2016-11-15 Thread Philippe Mouawad
Hello, Maybe my thinking is stupid, but isn't there some use cases where SOcket does not timeout but a loop can occur in handshake ? My idea is to have a timeout on the handshake process. Regards On Sat, Nov 12, 2016 at 4:26 PM, Oleg Kalnichevski wrote: > On Fri, 2016-11-11

Brotli compression

2016-11-15 Thread Philippe Mouawad
Hello, Is Brotli (https://en.wikipedia.org/wiki/Brotli) compression supported by HttpCore/HttpClient ? Thanks Regards Philippe