From 46ba9e080d8c0d4ba1de2cee0ea4ade9343e5a46 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 22 Feb 2017 21:06:45 +0900 Subject: [PATCH] Update doc --- doc/nghttpx.h2r | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/nghttpx.h2r b/doc/nghttpx.h2r index 353d8d88..01f8a94b 100644 --- a/doc/nghttpx.h2r +++ b/doc/nghttpx.h2r @@ -601,7 +601,9 @@ configuration revision is opaque string, and it changes after each reloading by SIGHUP. With this API, an external application knows that whether nghttpx has finished reloading its configuration by comparing the configuration revisions between before and after -reloading. +reloading. It is recommended to disable persistent (keep-alive) +connection for this purpose in order to avoid to send a request using +the reused connection which may bound to an old process. This API returns response including ``data`` key. Its value is JSON object, and it contains at least the following key: