Re: [squid-dev] Introducing myself to Squid Devs

2024-12-27 Thread Shailesh Vashishth
Hi I am trying to do the following ToDo in store_client.cc. // TODO: Convert store_client into AsyncJob; make this call asynchronous CodeContext::Reset(sc->_callback.codeContext); debugs(90, 3, "checking client #" << i); storeClientCopy2(this, sc); Please help me understand why we need to make thi

Re: [squid-dev] Introducing myself to Squid Devs

2024-10-27 Thread Shailesh Vashishth
Hi There is another very small ToDo that I would like take up -- This is also a very simple and small change -- replacing *Io with Store::IoStatus *and removing the *using *statement Address the following TODO: /* TODO: Remove this change-minimizing hack */ using Io = Store::IoStatus; static cons

Re: [squid-dev] Introducing myself to Squid Devs

2024-10-27 Thread Alex Rousskov
On 2024-10-25 15:24, Shailesh Vashishth wrote: I would like to take up another Todo item that is listed here -- https://github.com/measurement-factory/squid-notes/blob/start/todos.md I would like to pick this item : I think this requires very small change, where we just print name_len on the

Re: [squid-dev] Introducing myself to Squid Devs

2024-10-27 Thread Alex Rousskov
On 2024-10-25 15:24, Shailesh Vashishth wrote: I would like to take up another Todo item that is listed here -- https://github.com/measurement-factory/squid-notes/blob/start/todos.md Sounds good, but please finish your work with the previous TODO item (i.e. PR #1921) first: > My current PR

Re: [squid-dev] Introducing myself to Squid Devs

2024-10-26 Thread Shailesh Vashishth
Hi I would like to take up another Todo item that is listed here -- https://github.com/measurement-factory/squid-notes/blob/start/todos.md I would like to pick this item : I think this requires very small change, where we just print *name_len *on the *stdout *using the custom function for printing

Re: [squid-dev] Introducing myself to Squid Devs

2024-10-22 Thread Shailesh Vashishth
Hi I have made a change to a math expression in store_client.cc and raised the following pull request. if (curlen > expectlen*(Config.quickAbort.pct/100.0)) { debugs(90, 3, "quick-abort? NO past point of no return"); return false; } I have also ran the test-build.sh (suggested in Submissions Chec

Re: [squid-dev] Introducing myself to Squid Devs

2024-10-05 Thread Shailesh Vashishth
Hi Alex, I read your hint and made changes accordingly, it didn't go to spam this time. I was going through the Squid Docs, on how to submit PR and do those pre-merge self tests (Submission Checklist). I will do the steps given in the Submission Checklist and submit a PR in a day or two. Thank yo

Re: [squid-dev] Introducing myself to Squid Devs

2024-10-04 Thread Alex Rousskov
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

[squid-dev] Introducing myself to Squid Devs

2024-10-04 Thread Shailesh Vashishth
Hi Squid Devs I am a Site Reliability Engineer at Juspay (FinTech company in India). 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 https://wiki.squid-cache.org/RoadMap/Tasks, if I wanted to. I would like to contribute