diff options
author | Loïc Hoguin <[email protected]> | 2018-06-03 21:11:28 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-06-03 21:11:28 +0200 |
commit | 1be0151ec7b6a98064e648d5598f56cbdec65dc7 (patch) | |
tree | 48cab796ea085c658d799b8d10dbc638d9e43934 /doc/src/manual | |
parent | 34307a584149abbf0b2e5b33beb2fca4c585b0d1 (diff) | |
download | gun-1be0151ec7b6a98064e648d5598f56cbdec65dc7.tar.gz gun-1be0151ec7b6a98064e648d5598f56cbdec65dc7.tar.bz2 gun-1be0151ec7b6a98064e648d5598f56cbdec65dc7.zip |
Rename gun_data and gun_sse to gun_data_h and gun_sse_h
Diffstat (limited to 'doc/src/manual')
-rw-r--r-- | doc/src/manual/gun.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/manual/gun.asciidoc b/doc/src/manual/gun.asciidoc index 45f65ab..b5ed039 100644 --- a/doc/src/manual/gun.asciidoc +++ b/doc/src/manual/gun.asciidoc @@ -94,7 +94,7 @@ Configuration for the HTTP protocol. The default value is given next to the option name: -// @todo Document content_handlers and gun_sse. +// @todo Document content_handlers and gun_sse_h. keepalive (5000):: @@ -129,7 +129,7 @@ Configuration for the HTTP/2 protocol. The default value is given next to the option name: -// @todo Document content_handlers and gun_sse. +// @todo Document content_handlers and gun_sse_h. keepalive (5000):: |