summaryrefslogtreecommitdiff
path: root/deps/nghttp2/lib/nghttp2_frame.c
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-08-20 23:48:15 +0200
committerAnna Henningsen <anna@addaleax.net>2017-08-24 01:26:42 +0200
commiteb680964b4a2e3954977d85d04a5b3c8726de9e9 (patch)
treee771eeda19c3185e22c1a707c0186bbe966f9af0 /deps/nghttp2/lib/nghttp2_frame.c
parent67269fd7f33279699b1ae71225f3d738518c844c (diff)
downloadandroid-node-v8-eb680964b4a2e3954977d85d04a5b3c8726de9e9.tar.gz
android-node-v8-eb680964b4a2e3954977d85d04a5b3c8726de9e9.tar.bz2
android-node-v8-eb680964b4a2e3954977d85d04a5b3c8726de9e9.zip
deps: update nghttp2 to v1.25.0
PR-URL: https://github.com/nodejs/node/pull/14955 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/nghttp2/lib/nghttp2_frame.c')
-rw-r--r--deps/nghttp2/lib/nghttp2_frame.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/nghttp2/lib/nghttp2_frame.c b/deps/nghttp2/lib/nghttp2_frame.c
index 90efaff531..210df05844 100644
--- a/deps/nghttp2/lib/nghttp2_frame.c
+++ b/deps/nghttp2/lib/nghttp2_frame.c
@@ -672,6 +672,9 @@ int nghttp2_frame_pack_altsvc(nghttp2_bufs *bufs, nghttp2_extension *frame) {
nghttp2_buf *buf;
nghttp2_ext_altsvc *altsvc;
+ /* This is required with --disable-assert. */
+ (void)rv;
+
altsvc = frame->payload;
buf = &bufs->head->buf;