From 0867b57c39a6e6357a546afad0ae22f29ea042d9 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 14 Dec 2013 18:59:09 +0900 Subject: [PATCH] Update doc --- lib/nghttp2_hd.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/nghttp2_hd.h b/lib/nghttp2_hd.h index 21554b95..5cc11909 100644 --- a/lib/nghttp2_hd.h +++ b/lib/nghttp2_hd.h @@ -233,6 +233,8 @@ void nghttp2_hd_deflate_set_no_refset(nghttp2_hd_context *deflater, * Changes header table size in |context|. This may trigger eviction * in the dynamic table. * + * This function can be used for deflater and inflater. + * * This function returns 0 if it succeeds, or one of the following * negative error codes: *