Skip to content

Export HAR Chunked writing optimization #728

@Mzack9999

Description

@Mzack9999

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

No one assigned

    Labels

    Type: EnhancementMost issues will probably ask for additions or changes.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions