RE: [PATCH v2] fetch2/wget: reuse cached HTTPS connections
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <DM8PR12MB5430D56BA600CBBB0DB41C428BA72@DM8PR12MB5430.namprd12.prod.outlook.com> |
Hi Fredik, > Hi Chris, > Caching the SSL context should provide an additional improvement, especially if > context creation takes 100-200ms on your system. > > Please do send the patch; I think the two changes should work well together. > > Cheers > Fredrik > ________________________________________ > From: mailto:[email protected] <mailto:[email protected]> > Sent: Monday, August 17, 2026 3:48 PM > To: Fredrik Svensson (svsvenss) <mailto:[email protected]>; mailto:bitbake- > [email protected] <mailto:bitbake- > [email protected]> > Subject: RE: [PATCH v2] fetch2/wget: reuse cached HTTPS connections > > ... > > Funny enough, just last week I was also poking around in this area using > viztracer to do some profiling. I was preparing to send a patch that just cached > the SSL context creation, which on my system costs 100-200ms each time (since > it has to load the certificate store from disk). Will do. I think I'll hold off a bit until your changes land in master-next though, to avoid merge conflicts. Thanks, Chris