-
Notifications
You must be signed in to change notification settings - Fork 250
Closed
Labels
Type: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.
Description
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
Metadata
Metadata
Assignees
Labels
Type: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.