Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nginx: Set sa_handler to wrapped signal handler
The nginx demo was previously not using the signal handler we defined so this fixes that. Before we were rewriting source files in-place, sa_handler was set to ngx_timer_signal_handler (i.e. the unwrapped version) by the git patch. After we switched to writing sources to an output directory, I copied what the patch was doing by adding an IA2_IGNORE but it should have been set to the signal handler we defined.
- Loading branch information