-
Problem report
-
Resolution: Fixed
-
Blocker
-
5.0.32, 6.0.14, 6.2.8, 6.4.0, 7.0.0alpha1
-
None
-
Sprint 98 (Mar 2023)
-
0.5
DEV-2387 introduced a counter for HttpRequest objects in JavaScript:
https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/src/libs/zbxembed/httprequest.c#194
But there is no condition for this counter to be decreased. So at this point, it doesn't count active objects, but only counts how many "new HttpRequest()" calls were made.
- part of
-
ZBX-22488 Error: maximum count of HttpRequest objects was reached
- Closed