summaryrefslogtreecommitdiff
path: root/deps/nghttp2/lib/nghttp2_hd.h
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-12-28 15:16:37 -0800
committerJames M Snell <jasnell@gmail.com>2017-12-30 10:02:40 -0800
commitcfca536d8f18271db841338da8fb591fc6e92675 (patch)
tree50f3ce36706cce439f62f137c4b4b23a8d6a3f3a /deps/nghttp2/lib/nghttp2_hd.h
parent27470e4ec719bd773742b2ac9e1ccc03a67ae0b9 (diff)
downloadandroid-node-v8-cfca536d8f18271db841338da8fb591fc6e92675.tar.gz
android-node-v8-cfca536d8f18271db841338da8fb591fc6e92675.tar.bz2
android-node-v8-cfca536d8f18271db841338da8fb591fc6e92675.zip
deps: update nghttp2 to 1.29.0
PR-URL: https://github.com/nodejs/node/pull/17908 Refs: https://github.com/nodejs/node/issues/17746 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'deps/nghttp2/lib/nghttp2_hd.h')
-rw-r--r--deps/nghttp2/lib/nghttp2_hd.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/deps/nghttp2/lib/nghttp2_hd.h b/deps/nghttp2/lib/nghttp2_hd.h
index 458edafe4d..760bfbc357 100644
--- a/deps/nghttp2/lib/nghttp2_hd.h
+++ b/deps/nghttp2/lib/nghttp2_hd.h
@@ -211,7 +211,9 @@ typedef struct {
#define HD_MAP_SIZE 128
-typedef struct { nghttp2_hd_entry *table[HD_MAP_SIZE]; } nghttp2_hd_map;
+typedef struct {
+ nghttp2_hd_entry *table[HD_MAP_SIZE];
+} nghttp2_hd_map;
struct nghttp2_hd_deflater {
nghttp2_hd_context ctx;
@@ -313,7 +315,7 @@ void nghttp2_hd_deflate_free(nghttp2_hd_deflater *deflater);
*
* This function expands |bufs| as necessary to store the result. If
* buffers is full and the process still requires more space, this
- * funtion fails and returns NGHTTP2_ERR_HEADER_COMP.
+ * function fails and returns NGHTTP2_ERR_HEADER_COMP.
*
* After this function returns, it is safe to delete the |nva|.
*