Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2017-02-22 21:06:45 +09:00
parent e1b8317ae8
commit 46ba9e080d
1 changed files with 3 additions and 1 deletions

View File

@ -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: