Jaagrav / CodeX

CodeX is an online compiler for various languages like Java, C++, Python, etc. Execute code in various languages on your own website for free with the CodeX API!!!
https://codex.jaagrav.in/
271 stars 65 forks source link

application error while using infinite loop with c/c++ #12

Open EH-GD-MOHIT21 opened 2 years ago

EH-GD-MOHIT21 commented 2 years ago

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".