Please describe your feature request:
Follow up of #727
The task is about implementing chunked writing of HAR logger, which actually collects everything within an internal map and gets exported on proxify exit.
The implementation should be changed using for example a timer that periodically collect via ExportAndReset() the har logger entries, marshal them and export to the HAR entries json, in order to avoid high memory usage for long running proxify instances
Please describe your feature request:
Follow up of #727
The task is about implementing chunked writing of HAR logger, which actually collects everything within an internal map and gets exported on proxify exit.
The implementation should be changed using for example a timer that periodically collect via
ExportAndReset()the har logger entries, marshal them and export to the HARentriesjson, in order to avoid high memory usage for long running proxify instances