apigee / trireme

Embed Node.js inside a Java Virtual Machine
Other
480 stars 55 forks source link

make HTTP adaptor handling exit/uncaught exceptions configurable #179

Closed whitlockjc closed 6 years ago

whitlockjc commented 6 years ago

This commit uses two environment variables to make it where the HTTP adaptor can handle exit and uncaughtException events like it did prior to 0.9.0. Since 0.9.0 fixed a bug, this default behavior of Trireme stays the same but this new feature does allow embedders the ability to have backward compatibility prior to 0.9.0 when it comes to this.

Fixes #78

gbrail commented 6 years ago

Thanks!