Re: [squid-dev] [PATCH] remove HttpHdrCc.cci

2017-01-05 Thread Amos Jeffries
On 2017-01-06 04:34, Alex Rousskov wrote: On 01/05/2017 06:22 AM, Amos Jeffries wrote: This patch removes HttpHdrCc.cci file, moving the simple methods inline to the HttpHdrCc.h and more complicated setter to HttpHdrCc.cc. You forgot to attach the patch. Alex. Dang webmailer. Should be

[squid-dev] [PATCH] remove client_side_request.cci

2017-01-05 Thread Amos Jeffries
This patch removes client_side_request.cci file, moving the methods inline to the client_side_request.h. Amos === modified file 'src/Makefile.am' --- src/Makefile.am 2017-01-03 13:27:40 + +++ src/Makefile.am 2017-01-05 13:18:24 + @@ -502,7 +502,6 @@ $(LOADABLE_MODULES_SOURCES)

Re: [squid-dev] [PATCH] remove String.cci

2017-01-05 Thread Amos Jeffries
On 2017-01-06 04:32, Alex Rousskov wrote: On 01/04/2017 07:42 PM, Amos Jeffries wrote: This patch removes String.cci file, moving the simple methods inline to the SquidString.h and more complicated others to String.cc. Thank you for doing this long-overdue cleanup. +/// throws when

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

2017-01-05 Thread Eduard Bagdasaryan
Hello, This patch fixes URI schemes to be case-insensitive (r14802 regression). The bug was introduced by r14802 (better support of unknown URL schemes). AnyP::UriScheme constructor had a problem: the explicitly-specified img parameter (always provided by URL::setScheme()) was used for all

Re: [squid-dev] [PATCH] remove String.cci

2017-01-05 Thread Alex Rousskov
On 01/04/2017 07:42 PM, Amos Jeffries wrote: > This patch removes String.cci file, moving the simple methods inline to > the SquidString.h and more complicated others to String.cc. Thank you for doing this long-overdue cleanup. > +/// throws when size() > INT_MAX > +int psize() const {

[squid-dev] [PATCH] remove HttpHdrCc.cci

2017-01-05 Thread Amos Jeffries
This patch removes HttpHdrCc.cci file, moving the simple methods inline to the HttpHdrCc.h and more complicated setter to HttpHdrCc.cc. Amos ___ squid-dev mailing list squid-dev@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-dev