<div dir="ltr">Hi Squid Devs<br>I am a Site Reliability Engineer at Juspay (FinTech company in India).<br><br>I first introduced myself to Alex and Amos and asked to be involved in the Squid Project, who asked me to pick one task from <a href="https://wiki.squid-cache.org/RoadMap/Tasks" rel="noreferrer" target="_blank">https://wiki.squid-cache.org/RoadMap/Tasks</a>, if I wanted to. <br><br>I would like to contribute to the Squid Project and I have picked one small task out of the ToDos  for myself.<br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><b>// XXX: This is absurd! TODO: For positives, "a/(b/c) > d" is "a*c > b*d".<br></b><b>if (expectlen < 100) {<br></b><b>   debugs(90, 3, "quick-abort? NO avoid FPE");<br></b><b>   return false;<br></b><b>}</b> </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><b><i><u><font color="#ff00ff">if ((curlen / (expectlen / 100)) > (Config.quickAbort.pct)) {<br></font></u></i></b><b>   debugs(90, 3, "quick-abort? NO past point of no return");<br></b><b>   return false;<br></b><b>}</b></blockquote><br>Regards,<br>Shailesh Vashishth <br></div>