Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
f544f7a
lib: replace Float64Array global with primordials
Sebastien-Ahkrin Jan 6, 2020
d6ba4ec
lib: replace Int32Array global with primordials
Sebastien-Ahkrin Jan 6, 2020
ebf3900
lib: replace Int8Array global with primordials
Sebastien-Ahkrin Jan 6, 2020
30c6b3e
lib: replace String global with primordials
Sebastien-Ahkrin Jan 6, 2020
8cdc59b
doc: fix YAML syntax errors
aduh95 Oct 6, 2020
3a77d1e
test: adjust comments for upcoming lint rule
Trott Oct 3, 2020
e8434d8
tools,test: enable multiline-comment-style rule in tests
Trott Oct 3, 2020
3c90b1a
errors: support possible deletion of globalThis.Error
targos Sep 28, 2020
77f1e1e
lib: use global Error constructors from primordials
targos Sep 28, 2020
5d727f0
lib: use Number.parseInt from primordials
targos Sep 28, 2020
7e8fdd3
lib: use Number.parseFloat from primordials
targos Sep 28, 2020
fa171db
lib: use remaining typed arrays from primordials
targos Sep 28, 2020
8877430
doc: add aduh95 to collaborators
aduh95 Oct 7, 2020
c995242
n-api: support for object freeze/seal
codebytere Sep 26, 2020
2f13199
http: make response.setTimeout() work
bnoordhuis Jun 9, 2020
93f947a
src: expose v8::Isolate setup callbacks
codebytere Oct 5, 2020
2e67d65
src: fix freeing unintialized pointer bug in ParseSoaReply
AasthaGupta Oct 4, 2020
d53cfcd
doc: improve kbd element rendering
Trott Oct 4, 2020
f552e5c
build: improved release lint error message
codebytere Oct 6, 2020
1610728
fs: add rm method
iansu Oct 4, 2020
7092756
lib: change http client path assignment
dekinderfiets Oct 5, 2020
328c624
doc: fix util.inspect change history
aduh95 Oct 6, 2020
51b988b
doc: fix deprecation history
aduh95 Oct 1, 2020
01c9c59
doc: add history entry for exports patterns
aduh95 Sep 29, 2020
85dc84d
doc: use sentence case for class property
Trott Oct 7, 2020
7685297
test: add ALPNProtocols option to clientOptions
lpinca Oct 3, 2020
9c74d45
build: fuzzer that targets node::LoadEnvironment()
DavidKorczynski Aug 19, 2020
84c0ade
build: add Commit Queue actions url to failure comment
lundibundi Sep 15, 2020
863ba4b
doc: refactor the n-api matrix
mhdawson Oct 9, 2020
e8fcbc8
build: fix landed message for multiple commits in commit-queue
lundibundi Sep 16, 2020
a555246
doc: harmonize YAML comments style in deprecations.md
aduh95 Oct 1, 2020
02bf73e
doc: remove outstanding YAML comment
aduh95 Oct 1, 2020
b3f15b7
doc: fix missing PR-URLs in YAML comments
aduh95 Oct 1, 2020
28c94ca
doc: harmonize version list style in YAML comments
aduh95 Oct 1, 2020
bd34410
Revert "tools: add missing uv_setup_argv() calls"
BethGriggs Oct 14, 2020
b730528
build: gitHub actions: Python 3.9 and actions/setup-python@v2
cclauss Oct 6, 2020
8cacca0
doc: changes description must end with a period
aduh95 Oct 1, 2020
62755b6
doc: harmonize changes list ordering
aduh95 Oct 1, 2020
7d1cdd4
doc: move package.import content higher
MylesBorins Oct 7, 2020
6ff152c
http: allow passing array of key/val into writeHead
ronag Sep 20, 2020
c865b02
doc: improve SIGINT error text
Trott Oct 8, 2020
4164477
doc: simplify wording in tracing APIs doc
PoojaDurgad Oct 8, 2020
541082c
src: move node_process to modern THROW_ERR*
jasnell Oct 2, 2020
5946b1e
src: move node_contextify to modern THROW_ERR_*
jasnell Oct 2, 2020
ddf13e0
doc: make fs.rm()'s force docs consistent
cjihrig Oct 8, 2020
b074717
doc: remove incorrect synchronous label
cjihrig Oct 8, 2020
8e3b11a
fs: use errno constant with ERR_FS_EISDIR
cjihrig Oct 8, 2020
1fadcf2
fs: simplify validateRmOptions() error handling
cjihrig Oct 9, 2020
1ad9aca
fs: remove extraneous assignments in rmdir()
cjihrig Oct 9, 2020
64ebbdd
doc: fixup perf_hooks
aduh95 Oct 6, 2020
a19b320
tools: bump cpplint.py to 1.4.6
Trott Oct 9, 2020
2992d0b
tools: refloat 7 Node.js patches to cpplint.py
Trott Oct 9, 2020
937fa5d
fs: use validateBoolean() in rm/rmdir validation
cjihrig Oct 9, 2020
3a401b8
fs: update rm/rmdir validation messages
cjihrig Oct 11, 2020
4d1d3f4
src: reduced substring calls
yashLadha Aug 17, 2020
cb2f6ff
module: use Wasm CJS lexer when available
guybedford Oct 10, 2020
970975b
doc: use kbd element in process doc
Trott Oct 10, 2020
c1bb364
doc: run license builder
MylesBorins Oct 9, 2020
9d1b7ac
doc: edit fs.md for minor style changes
Trott Oct 5, 2020
809cd07
doc: document rmdir/recursive deprecation
Oct 9, 2020
4a2ba43
test: do not use the same EventEmitter instance
lpinca Oct 8, 2020
4025fc8
doc: add PoojaDurgad as a triager
PoojaDurgad Sep 11, 2020
59a2cb5
inspector: do not hardcode Debugger.CallFrameId in tests
dgozman Oct 9, 2020
7e7afc5
crypto: update certdata to NSS 3.56
codebytere Oct 7, 2020
cad86d4
doc: add symlink information for process.execpath
PoojaDurgad Oct 10, 2020
16f8298
doc: revise description of process.ppid
PoojaDurgad Oct 10, 2020
9288f9d
doc: harmonize YAML comments
aduh95 Oct 9, 2020
cd0b136
lib: fix readFile flag option typo
Sep 22, 2020
939f8e8
fs: throw rm() validation errors
cjihrig Oct 11, 2020
3d21792
test: mark test-webcrypto-encrypt-decrypt-aes flaky
jasnell Oct 10, 2020
00eff4a
doc: add missing deprecation number
Oct 13, 2020
41d7500
doc: fix unit of size argument of readable.read
tniessen Sep 4, 2020
a3c7f8e
fs: rimraf should not recurse on failure
Oct 9, 2020
78259b6
doc: add doc for starting ci job via label
juanarbol Oct 7, 2020
6284f0d
doc: use test username instead of real
PoojaDurgad Oct 12, 2020
16c17dd
build: fix Commit Queue failure comment
aduh95 Oct 11, 2020
0c87776
doc: document Buffer.concat may use internal pool
puzpuzpuz Oct 7, 2020
b8529a7
deps: V8: cherry-pick 3176bfd447a9
addaleax Oct 12, 2020
775af7a
test: add regression test for v8.getHeapSnapshot() crash
addaleax Oct 12, 2020
b82fc40
module: [email protected] big endian fix
guybedford Oct 13, 2020
573410f
stream: multiple stream backports
ronag Oct 10, 2020
354b6a9
2020-10-15, Version 14.14.0 (Current)
MylesBorins Oct 14, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: add ALPNProtocols option to clientOptions
Without this, the session is destroyed with the following error

```
Error [ERR_HTTP2_ERROR]: Protocol error
    at Http2Session.onSessionInternalError (internal/http2/core.js:756:26)
Emitted 'error' event on ClientHttp2Session instance at:
    at emitClose (internal/http2/core.js:1010:10)
    at internal/http2/core.js:1048:7
    at finish (internal/streams/writable.js:731:5)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  code: 'ERR_HTTP2_ERROR',
  errno: -505
}
```

The test then calls `session.close()` which tries to write to a
destroyed socket. As a result, an unhandled `ECONNRESET` error is
emitted in the v12 release line.

PR-URL: #35482
Refs: #34859
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
lpinca authored and BethGriggs committed Oct 14, 2020
commit 768529736acd77a690934800b017c3b5f62fba13
1 change: 1 addition & 0 deletions test/parallel/test-http2-connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const { connect: tlsConnect } = require('tls');
};

const clientOptions = {
ALPNProtocols: ['h2'],
port,
rejectUnauthorized: false
};
Expand Down