The data collector does not have reset tag
lyrixx opened this issue · 1 comments
lyrixx commented
PHP version: 7.4.7
Description
Our application made a LOT OF http call in a CLI context, and there was the following config:
httplug:
profiling:
captured_body_length: ~ # Avoid truncation of body contentSo over time, the memory consumption increase really fast
How to reproduce
Call some endpoint in a loop
Possible Solution
add the reset tag on the collector service
dbu commented
thanks for the fix. released as https://github.com/php-http/HttplugBundle/releases/tag/1.20.1