You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to manipulate a beforeResponse, gunzip the request and gzip it again and set the request.body.buffer = zlib.gzipSync(request.body.buffer) and catching this with HttpToolkit this happends,
I dont know if this is a HttpToolkit issue or a Mockttp issue
Its possible i also misunderstanding something or mockttp already gunzip or gzips, that i dont know of