239d2ee9c845d77b9f75e8d72c1ee29e05f76822 made it so that the HTTP adaptor no longer handled exit and uncaughtException for the process. Unfortunately for Trireme consumers, this created an issue where unchanged code resulted in the process exiting. While Trireme is doing the right thing now, it should be toggleable for backward compatibility.
239d2ee9c845d77b9f75e8d72c1ee29e05f76822 made it so that the HTTP adaptor no longer handled
exit
anduncaughtException
for theprocess
. Unfortunately for Trireme consumers, this created an issue where unchanged code resulted in the process exiting. While Trireme is doing the right thing now, it should be toggleable for backward compatibility.