Duplicate
Details
Details
Assignee
Triage Team
Triage TeamReporter
Caleb
CalebLabels
Support Ticket
IUZ-562-41835, HMQ-856-51935, WEF-856-79861
Components
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created February 5, 2020 at 4:22 PM
Updated July 1, 2022 at 4:45 PM
Resolved February 14, 2020 at 5:05 PM
Trying to troubleshoot and track down the memory leak here: https://jira.ixsystems.com/browse/NAS-104437 has shown that we can dramatically simply the middlewared Client() code.
Essentially, we do not need to import ctypes and use direct C API calls to reserve a privileged port. We can simply call `sock.bind(('', port)).