Skip to content

nginx-haskell-module version 2.4.1, ngx-export version 1.6.4

Compare
Choose a tag to compare
@lyokha lyokha released this 25 Jan 16:03
· 565 commits to master since this release
  • Added exception WorkerProcessIsExiting to signal services that Nginx is shutting down. This has replaced ThreadKilled that was used formerly in order to prevent erroneous handling of unexpectedly thrown ThreadKilled.
  • All API exceptions now derive Eq.