CodeX
CodeX copied to clipboard
application error while using infinite loop with c/c++
I encountered this issue while I make a POST request with c/c++ language and code contains an infinite loop like while(true), instead of sending the response like "your code took too long to execute" the whole website along with APIs, is unresponsive and sends the same default response template of heroku saying "application error".