Re: [squid-dev] [PATCH] Parser-NG conversion of ICAP pt2

2015-10-21 Thread Alex Rousskov
On 08/23/2015 02:40 PM, Amos Jeffries wrote: > It turns out that ICAP implements has three distinct protocol parsers. > > I begin the ICAP parser conversion to the Parser-NG model with > ModXact::parseHeaders() - which was conflating both ICAP and HTTP, and > the HTTP directional parsers. > > >

Re: [squid-dev] [PATCH] Parser-NG conversion of ICAP pt2

2015-09-21 Thread Alex Rousskov
On 09/21/2015 08:46 AM, Amos Jeffries wrote: > On 24/08/2015 8:40 a.m., Amos Jeffries wrote: >> It turns out that ICAP implements has three distinct protocol parsers. >> >> I begin the ICAP parser conversion to the Parser-NG model with >> ModXact::parseHeaders() - which was conflating both ICAP

[squid-dev] [PATCH] Parser-NG conversion of ICAP pt2

2015-08-23 Thread Amos Jeffries
It turns out that ICAP implements has three distinct protocol parsers. I begin the ICAP parser conversion to the Parser-NG model with ModXact::parseHeaders() - which was conflating both ICAP and HTTP, and the HTTP directional parsers. * splits the exiting parse method into 3 distinct stages;