[squid-dev] [PATCH] HTTP Response Parser upgrade

Amos Jeffries squid3 at treenet.co.nz
Mon Feb 23 04:37:31 UTC 2015


On 24/01/2015 8:37 a.m., Amos Jeffries wrote:
> Updated patch including all changes made after previous review.
> 
> Most significantly:
> 
> * rearranging the cascade of Tokenizer calls into if-conditional
> operations with token+delimiter pairs outlining the success case
> explicitly then assuming failure. Earlier patch did the opposite;
> determining significant failures and assuming success otherwise.
>  - giving shorter code, and somewhat easier readability.
> 
> * updating the Tokenizer int64 API to handle limited-length scans and
> optional +/- symbols.
> 
> Polygraph and Coadvisor testing shows no significant change since
> previous patch.
> 
> Amos
> 

If there are no objections I would like to merge this in approx 3 days.

Amos



More information about the squid-dev mailing list