4.5.79(Sep 2026)

4.5.79(Sep 2026)

Defects

The following are resolved in this build.

NXPSR-11333

The DefaultThreadPool used by PipedOutputStream.write() is not released.

NXPSR-11333: The DefaultThreadPool used by PipedOutputStream.write() is not released.

This is a rare server hang issue that could occur under heavy load. It was possible only when several conditions happened together: requests triggered multiple server-side updates in one response, the response data was relatively large, and many such requests were handled over time. Under these conditions, internal worker threads were not always released. Eventually, the server could run out of workers and stop responding. The fix releases these workers correctly after each request, preventing the hang..