'Sails Js - API returning status code 200 with status CLOSED

I am developing the APIs using sails.js, I encountered one problem today while checking the API logs, some of the APIs (GET, POST, PUT, DELETE) are returning the status code 200 with status CLOSED instead of RESPONDED.

I am not able to debug this problem, please help me out to understand this issue/scenario where status code is 200 (OK) but status is CLOSED.??

Thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source