summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-methods.js
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2021-04-17 11:07:31 -0700
committergengjiawen <technicalcute@gmail.com>2021-04-19 01:37:27 +0000
commitbfee9daaa59d8b7598e588ac3e75b690378d3dfb (patch)
tree9a892378c82e4571b89e91e016606409fd67e76c /test/parallel/test-http-methods.js
parent767643fc19300bc5dac92b105b1ef8799ada53b6 (diff)
downloadnode-new-bfee9daaa59d8b7598e588ac3e75b690378d3dfb.tar.gz
deps: update llhttp to 6.0.0
See: https://github.com/nodejs/node/pull/37678#issuecomment-821156758 PR-URL: https://github.com/nodejs/node/pull/38277 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'test/parallel/test-http-methods.js')
-rw-r--r--test/parallel/test-http-methods.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/parallel/test-http-methods.js b/test/parallel/test-http-methods.js
index 606126fe74..d562f63950 100644
--- a/test/parallel/test-http-methods.js
+++ b/test/parallel/test-http-methods.js
@@ -29,16 +29,12 @@ const http = require('http');
const methods = [
'ACL',
- 'ANNOUNCE',
'BIND',
'CHECKOUT',
'CONNECT',
'COPY',
'DELETE',
- 'DESCRIBE',
- 'FLUSH',
'GET',
- 'GET_PARAMETER',
'HEAD',
'LINK',
'LOCK',
@@ -51,8 +47,6 @@ const methods = [
'NOTIFY',
'OPTIONS',
'PATCH',
- 'PAUSE',
- 'PLAY',
'POST',
'PRI',
'PROPFIND',
@@ -60,15 +54,10 @@ const methods = [
'PURGE',
'PUT',
'REBIND',
- 'RECORD',
- 'REDIRECT',
'REPORT',
'SEARCH',
- 'SETUP',
- 'SET_PARAMETER',
'SOURCE',
'SUBSCRIBE',
- 'TEARDOWN',
'TRACE',
'UNBIND',
'UNLINK',