[squid-dev] Introducing myself to Squid Devs
Alex Rousskov
rousskov at measurement-factory.com
Fri Oct 4 13:23:22 UTC 2024
On 2024-10-03 15:49, Shailesh Vashishth wrote:
> I would like to contribute to the Squid Project and I have picked one
> small task out of the ToDos for myself.
Hello Shailesh,
Welcome to the Project and good luck with your first task! If you
need any help, please do not hesitate to ask on this mailing list or to
post a draft pull request for discussion on GitHub:
https://wiki.squid-cache.org/MergeProcedure
BTW, I have also emailed you a few hints regarding the code below when
you asked about it privately -- check your spam folder if you have not
seen my response dated September 30, 2024...
Cheers,
Alex.
> *// XXX: This is absurd! TODO: For positives, "a/(b/c) > d" is "a*c
> > b*d".
> **if (expectlen < 100) {
> ** debugs(90, 3, "quick-abort? NO avoid FPE");
> ** return false;
> **}*
>
> */_if ((curlen / (expectlen / 100)) > (Config.quickAbort.pct)) {
> _/** debugs(90, 3, "quick-abort? NO past point of no return");
> ** return false;
> **}*
More information about the squid-dev
mailing list