Anton
Anton
So, mitmproxy doesnt have cache mechanism?
Does mitmproxy have a cache like in chrome?
Can you please tell how?
> https://docs.mitmproxy.org/dev/overview-features/#server-side-replay My problem doesnt solve mitmdump crash with server-replay argument
memory leak ```js const map = new Map(); let response = await got('https://www.youtube.com', { cache: map }); for (let i = 0; i < 1000; i++) response = await got('https://www.youtube.com',...
Any updates in this topic? I got the same error.
> did you import the user parameter file? where is this file?
I really need this feature
I found `this._client.send('Network.setCacheDisabled', { cacheDisabled: true }),` in files, that disable cache after enabling routing I have just comment this line and build playwright, and cache enabled > Sorry for...