[squid-dev] QA Pilots

2017-01-31 Thread Alex Rousskov
Hello, The Squid Software Foundation plans to hire a part-time remote QA engineer to help us address systemic quality problems with Squid releases and development snapshots. This position will be funded by your donations to the Foundation. Thank you! Before a regular QA Engineer position is

Re: [squid-dev] [PATCH] Bug 4662 adding --with-libressl build option

2017-01-31 Thread Alex Rousskov
On 01/31/2017 08:20 AM, Amos Jeffries wrote: > On 31/01/2017 7:04 a.m., Alex Rousskov wrote: >> On 01/29/2017 04:26 AM, Amos Jeffries wrote: >>> This is I think all we need to do code-wise to resolve the Bug 4662 >>> issues with LibreSSL being incompatible with OpenSSL 1.1. >> I do not think

Re: [squid-dev] [PATCH] Bug 4662 adding --with-libressl build option

2017-01-31 Thread Amos Jeffries
On 31/01/2017 7:04 a.m., Alex Rousskov wrote: > On 01/29/2017 04:26 AM, Amos Jeffries wrote: >> This is I think all we need to do code-wise to resolve the Bug 4662 >> issues with LibreSSL being incompatible with OpenSSL 1.1. >> >> The libraries cannot both be linked either way. If both --with-*

Re: [squid-dev] [PATCH] Case-insensitive URI schemes

2017-01-31 Thread Eduard Bagdasaryan
Optimized with static array as you suggested and re-attached the patch. Eduard. On 30.01.2017 19:24, Alex Rousskov wrote: On 01/29/2017 07:10 AM, Amos Jeffries wrote: I'm thinking the quick-and-dirty way is to just lowercase the 'proto' variable in url.cc urlParse() function. Doing that in