aboutsummaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-12-29 09:44:08 -0800
committerJames M Snell <jasnell@gmail.com>2018-01-03 08:45:58 -0800
commitce22d6f9178507c7a41b04ac4097b9ea902049e3 (patch)
tree4b82a06cff1bb3fde32e4f101cd254111d8f9bf4 /src/env.h
parentf51067a85d64b77f2eae2e099092209156d6e602 (diff)
downloadandroid-node-v8-ce22d6f9178507c7a41b04ac4097b9ea902049e3.tar.gz
android-node-v8-ce22d6f9178507c7a41b04ac4097b9ea902049e3.tar.bz2
android-node-v8-ce22d6f9178507c7a41b04ac4097b9ea902049e3.zip
http2: add altsvc support
Add support for sending and receiving ALTSVC frames. PR-URL: https://github.com/nodejs/node/pull/17917 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index abd089dddd..88c0023707 100644
--- a/src/env.h
+++ b/src/env.h
@@ -179,6 +179,7 @@ class ModuleWrap;
V(netmask_string, "netmask") \
V(nsname_string, "nsname") \
V(ocsp_request_string, "OCSPRequest") \
+ V(onaltsvc_string, "onaltsvc") \
V(onchange_string, "onchange") \
V(onclienthello_string, "onclienthello") \
V(oncomplete_string, "oncomplete") \