[squid-dev] Build failed in Jenkins: trunk-full-matrix ยป clang,d-debian-unstable #206

2016-08-05 Thread noc
See -- [...truncated 3710 lines...] libtool: compile: ccache clang -DHAVE_CONFIG_H -I../../.. -I../../../include -I../../../lib -I../../../src -I../include

Re: [squid-dev] [PATCH] GnuTLS session redo

2016-08-05 Thread Alex Rousskov
On 08/04/2016 03:40 AM, Amos Jeffries wrote: > On 4/08/2016 5:57 p.m., Amos Jeffries wrote: > I'm also wondering if it would be useful to add debugs() in the Get/Set > functions for debugging session resume usage. If we do not have that already, I think it would be very useful to add debugging

Re: [squid-dev] [PATCH] GnuTLS session redo

2016-08-05 Thread Alex Rousskov
On 08/05/2016 02:13 PM, Amos Jeffries wrote: > On 6/08/2016 6:37 a.m., Alex Rousskov wrote: >> On 08/03/2016 11:57 PM, Amos Jeffries wrote: >>> +Security::SetSessionResumeData(const Security::SessionPointer , const >>> Security::SessionStatePointer ) >>> +{ >>> +if (data) { >>> +#if

Re: [squid-dev] [PATCH] GnuTLS session redo

2016-08-05 Thread Amos Jeffries
On 6/08/2016 6:37 a.m., Alex Rousskov wrote: > On 08/03/2016 11:57 PM, Amos Jeffries wrote: >> +Security::SetSessionResumeData(const Security::SessionPointer , const >> Security::SessionStatePointer ) >> +{ >> +if (data) { >> +#if USE_OPENSSL >> +(void)SSL_set_session(s.get(),

Re: [squid-dev] [PATCH] GnuTLS session redo

2016-08-05 Thread Alex Rousskov
On 08/03/2016 11:57 PM, Amos Jeffries wrote: > +Security::SetSessionResumeData(const Security::SessionPointer , const > Security::SessionStatePointer ) > +{ > +if (data) { > +#if USE_OPENSSL > +(void)SSL_set_session(s.get(), data.get()); > +#elif USE_GNUTLS > +