summaryrefslogtreecommitdiff
path: root/deps/nghttp2/lib/nghttp2_session.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_session.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_session.h')
-rw-r--r--deps/nghttp2/lib/nghttp2_session.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/nghttp2/lib/nghttp2_session.h b/deps/nghttp2/lib/nghttp2_session.h
index 3e1467f6a3..c7cb27d77c 100644
--- a/deps/nghttp2/lib/nghttp2_session.h
+++ b/deps/nghttp2/lib/nghttp2_session.h
@@ -319,7 +319,7 @@ struct nghttp2_session {
uint8_t pending_enable_push;
/* Nonzero if the session is server side. */
uint8_t server;
- /* Flags indicating GOAWAY is sent and/or recieved. The flags are
+ /* Flags indicating GOAWAY is sent and/or received. The flags are
composed by bitwise OR-ing nghttp2_goaway_flag. */
uint8_t goaway_flags;
/* This flag is used to reduce excessive queuing of WINDOW_UPDATE to
@@ -722,7 +722,7 @@ int nghttp2_session_on_goaway_received(nghttp2_session *session,
nghttp2_frame *frame);
/*
- * Called when WINDOW_UPDATE is recieved, assuming |frame| is properly
+ * Called when WINDOW_UPDATE is received, assuming |frame| is properly
* initialized.
*
* This function returns 0 if it succeeds, or one of the following
@@ -737,7 +737,7 @@ int nghttp2_session_on_window_update_received(nghttp2_session *session,
nghttp2_frame *frame);
/*
- * Called when ALTSVC is recieved, assuming |frame| is properly
+ * Called when ALTSVC is received, assuming |frame| is properly
* initialized.
*
* This function returns 0 if it succeeds, or one of the following