nghttp2/doc/sources
Tatsuhiro Tsujikawa 56c455bca4 nghttpx: Send SIGQUIT to the original master process
Previously, after sending SIGUSR2 to the original master process, and
the new master process gets ready, user has to send SIGQUIT to the
original master process to shut it down gracefully.  With this commit,
the new master process sends SIGQUIT to the original master process
when it is ready to serve requests, eliminating for user to send
SIGQUIT manually.

This works nicely with systemd, because now you can replace nghttpx
binary with new one by "systemctl kill -s USR2 --kill-who=main
nghttpx".
2017-02-12 23:29:44 +09:00
..
building-android-binary.rst Update doc 2017-01-23 00:30:56 +09:00
contribute.rst Update doc 2016-10-15 18:37:03 +09:00
h2load-howto.rst Update github links 2016-03-26 00:58:32 +09:00
index.rst altsvc: Update doc 2016-04-09 19:27:09 +09:00
libnghttp2_asio.rst Correct misspellings in document 2015-05-12 10:49:42 +09:00
nghttpx-howto.rst nghttpx: Send SIGQUIT to the original master process 2017-02-12 23:29:44 +09:00
python-apiref.rst python: Support ALPN, require Python 3.5 2016-08-28 00:11:59 +09:00
tutorial-client.rst doc: Fix Sphinx build warnings 2016-07-16 19:08:38 +09:00
tutorial-hpack.rst More doc about HPACK decoding API 2016-08-11 11:47:53 +09:00
tutorial-server.rst doc: Fix Sphinx build warnings 2016-07-16 19:08:38 +09:00