aboutsummaryrefslogtreecommitdiff
path: root/test/parallel
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2018-03-27 16:45:33 +0200
committerMyles Borins <mylesborins@google.com>2018-03-28 12:24:20 -0400
commit32050065f15de0f2e68adb2387694c094da28ca2 (patch)
treed055a81fde061c74b02f19194e0cc65a55737d1c /test/parallel
parent80310e916aff24dc6b3477ad52a697dff84fc78e (diff)
downloadandroid-node-v8-32050065f15de0f2e68adb2387694c094da28ca2.tar.gz
android-node-v8-32050065f15de0f2e68adb2387694c094da28ca2.tar.bz2
android-node-v8-32050065f15de0f2e68adb2387694c094da28ca2.zip
deps: upgrade http-parser to v2.8.0
PR-URL: https://github.com/nodejs-private/http-parser-private/pull/1 Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'test/parallel')
-rw-r--r--test/parallel/test-http-methods.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parallel/test-http-methods.js b/test/parallel/test-http-methods.js
index f56d1a5fb3..43541707a4 100644
--- a/test/parallel/test-http-methods.js
+++ b/test/parallel/test-http-methods.js
@@ -60,7 +60,8 @@ const methods = [
'PURGE',
'MKCALENDAR',
'LINK',
- 'UNLINK'
+ 'UNLINK',
+ 'SOURCE',
];
assert.deepStrictEqual(http.METHODS, methods.sort());