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

Amos Jeffries squid3 at treenet.co.nz
Sun Feb 8 10:47:33 UTC 2015


Ping

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
> 




More information about the squid-dev mailing list