As far as I know, in fidlercore, you can use
oS["log-drop-request-body"] = "streamingThisRequest";
oS["log-drop-response-body"] = "streamingThisResponse";
to release the request body or response body.
So, in which event processing should I use these two flags?
And how long will the request body and response body be cached by default when these two flags are not used?