> HeaderManager should not be shared.

Can you elaborate on why HeaderManager should not be shared?

A colleague of mine just showed me a heap dump that included
~1'400'000 instances of HeaderManager.
Basically, the style of the test plan was to have a HeaderManager
under every HttpSampler, so it was a LOT of duplication.

I believe HeaderManagers could be shared across threads, so I
submitted a PR to verify if existing tests would break.

Vladimir

Reply via email to