René's URL Explorer Experiment


Title: 2019-05-07 Version 12.2.0 (Current) @targos · Issue #313 · beevelop/docker-android-nodejs · GitHub

Open Graph Title: 2019-05-07 Version 12.2.0 (Current) @targos · Issue #313 · beevelop/docker-android-nodejs

X Title: 2019-05-07 Version 12.2.0 (Current) @targos · Issue #313 · beevelop/docker-android-nodejs

Description: Notable changes deps: Updated llhttp to 1.1.3. This fixes a bug that made Node.js' HTTP parser refuse any request URL that contained the "|" (vertical bar) character (Fedor Indutny) #27595. tls: Added an enableTrace() method to TLSSocket...

Open Graph Description: Notable changes deps: Updated llhttp to 1.1.3. This fixes a bug that made Node.js' HTTP parser refuse any request URL that contained the "|" (vertical bar) character (Fedor Indutny) #27595. tls: Ad...

X Description: Notable changes deps: Updated llhttp to 1.1.3. This fixes a bug that made Node.js' HTTP parser refuse any request URL that contained the "|" (vertical bar) character (Fedor Indutny) #...

Opengraph URL: https://github.com/beevelop/docker-android-nodejs/issues/313

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"2019-05-07 Version 12.2.0 (Current) @targos","articleBody":"\u003ch3\u003eNotable changes\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003edeps\u003c/strong\u003e:\n\u003cul\u003e\n\u003cli\u003eUpdated llhttp to 1.1.3. This fixes a bug that made Node.js' HTTP parser\u003cbr\u003e\nrefuse any request URL that contained the \"|\" (vertical bar) character (Fedor Indutny) \u003ca href=\"https://github.com/nodejs/node/pull/27595\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27595/hovercard\"\u003e#27595\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cstrong\u003etls\u003c/strong\u003e:\n\u003cul\u003e\n\u003cli\u003eAdded an \u003ccode\u003eenableTrace()\u003c/code\u003e method to \u003ccode\u003eTLSSocket\u003c/code\u003e and an \u003ccode\u003eenableTrace\u003c/code\u003e option\u003cbr\u003e\nto \u003ccode\u003etls.createServer()\u003c/code\u003e. When enabled, TSL packet trace information is\u003cbr\u003e\nwritten to \u003ccode\u003estderr\u003c/code\u003e. This can be used to debug TLS connection problems (cjihrig) \u003ca href=\"https://github.com/nodejs/node/pull/27497\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27497/hovercard\"\u003e#27497\u003c/a\u003e, (Sam Roberts) \u003ca href=\"https://github.com/nodejs/node/pull/27376\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27376/hovercard\"\u003e#27376\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ecli\u003c/strong\u003e:\n\u003cul\u003e\n\u003cli\u003eAdded a \u003ccode\u003e--trace-tls\u003c/code\u003e command-line flag that enables tracing of TLS\u003cbr\u003e\nconnections without the need to modify existing application code (cjihrig) \u003ca href=\"https://github.com/nodejs/node/pull/27497\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27497/hovercard\"\u003e#27497\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eAdded a \u003ccode\u003e--cpu-prof-interval\u003c/code\u003e command-line flag. It can be used to specify\u003cbr\u003e\nthe sampling interval for the CPU profiles generated by \u003ccode\u003e--cpu-prof\u003c/code\u003e (Joyee Cheung) \u003ca href=\"https://github.com/nodejs/node/pull/27535\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27535/hovercard\"\u003e#27535\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cstrong\u003emodule\u003c/strong\u003e:\n\u003cul\u003e\n\u003cli\u003eAdded the \u003ccode\u003ecreateRequire()\u003c/code\u003e method. It allows to create a require function\u003cbr\u003e\nfrom a file URL object, a file URL string or an absolute path string. The\u003cbr\u003e\nexisting \u003ccode\u003ecreateRequireFromPath()\u003c/code\u003e method is now deprecated (Myles Borins) \u003ca href=\"https://github.com/nodejs/node/pull/27405\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27405/hovercard\"\u003e#27405\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eThrow on \u003ccode\u003erequire('./path.mjs')\u003c/code\u003e. This is technically a breaking change that\u003cbr\u003e\nshould have landed with Node.js 12.0.0. It is necessary to have this to keep\u003cbr\u003e\nthe possibility for a future minor version to load ES Modules with the\u003cbr\u003e\nrequire function (Myles Borins) \u003ca href=\"https://github.com/nodejs/node/pull/27417\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27417/hovercard\"\u003e#27417\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cstrong\u003erepl\u003c/strong\u003e:\n\u003cul\u003e\n\u003cli\u003eThe REPL now supports multi-line statements using \u003ccode\u003eBigInt\u003c/code\u003e literals as well\u003cbr\u003e\nas public and private class fields and methods (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27400\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27400/hovercard\"\u003e#27400\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eThe REPL now supports tab autocompletion of file paths with \u003ccode\u003efs\u003c/code\u003e methods (Anto Aravinth) \u003ca href=\"https://github.com/nodejs/node/pull/26648\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/26648/hovercard\"\u003e#26648\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cstrong\u003emeta\u003c/strong\u003e:\n\u003cul\u003e\n\u003cli\u003eAdded \u003ca href=\"https://github.com/cclauss\"\u003eChristian Clauss\u003c/a\u003e to collaborators \u003ca href=\"https://github.com/nodejs/node/pull/27554\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27554/hovercard\"\u003e#27554\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eCommits\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/c0ab2a141b\"\u003e\u003ccode\u003ec0ab2a141b\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003eassert\u003c/strong\u003e: use new language features (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27400\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27400/hovercard\"\u003e#27400\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/4b3d0d1953\"\u003e\u003ccode\u003e4b3d0d1953\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003easync_hooks\u003c/strong\u003e: fixup do not reuse HTTPParser (Gerhard Stoebich) \u003ca href=\"https://github.com/nodejs/node/pull/27477\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27477/hovercard\"\u003e#27477\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/cfc7bdd303\"\u003e\u003ccode\u003ecfc7bdd303\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003ebenchmark\u003c/strong\u003e: add benchmark for node -p (Joyee Cheung) \u003ca href=\"https://github.com/nodejs/node/pull/27320\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27320/hovercard\"\u003e#27320\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/53eefeb73e\"\u003e\u003ccode\u003e53eefeb73e\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003ebuffer\u003c/strong\u003e: remove unreachable code (Rich Trott) \u003ca href=\"https://github.com/nodejs/node/pull/27445\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27445/hovercard\"\u003e#27445\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/cac584d260\"\u003e\u003ccode\u003ecac584d260\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003ebuffer,errors\u003c/strong\u003e: improve bigint, big numbers and more (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27228\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27228/hovercard\"\u003e#27228\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/22a5a05785\"\u003e\u003ccode\u003e22a5a05785\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003ebuild\u003c/strong\u003e: delegate building from Makefile to ninja (Refael Ackermann) \u003ca href=\"https://github.com/nodejs/node/pull/27504\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27504/hovercard\"\u003e#27504\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/67205f5941\"\u003e\u003ccode\u003e67205f5941\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003ebuild\u003c/strong\u003e: remove unsupported Python 2.6 from configure (cclauss) \u003ca href=\"https://github.com/nodejs/node/pull/27381\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27381/hovercard\"\u003e#27381\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/615d386390\"\u003e\u003ccode\u003e615d386390\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003echild_process\u003c/strong\u003e: only stop readable side of stream passed to proc (Anna Henningsen) \u003ca href=\"https://github.com/nodejs/node/pull/27373\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27373/hovercard\"\u003e#27373\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/8e876e60aa\"\u003e\u003ccode\u003e8e876e60aa\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003econsole\u003c/strong\u003e: use consolePropAttributes for k-bind properties (reland) (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27352\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27352/hovercard\"\u003e#27352\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/55804e1726\"\u003e\u003ccode\u003e55804e1726\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003edeps\u003c/strong\u003e: update llhttp to 1.1.2 (Fedor Indutny) \u003ca href=\"https://github.com/nodejs/node/pull/27513\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27513/hovercard\"\u003e#27513\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/f142363cfa\"\u003e\u003ccode\u003ef142363cfa\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003edeps\u003c/strong\u003e: update llhttp to 1.1.3 (Fedor Indutny) \u003ca href=\"https://github.com/nodejs/node/pull/27595\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27595/hovercard\"\u003e#27595\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/5f72246499\"\u003e\u003ccode\u003e5f72246499\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003edeps\u003c/strong\u003e: add acorn stage-3 plugins (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27400\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27400/hovercard\"\u003e#27400\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/230a773e32\"\u003e\u003ccode\u003e230a773e32\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003e(SEMVER-MINOR)\u003c/strong\u003e \u003cstrong\u003edeps\u003c/strong\u003e: update archs files for OpenSSL-1.1.1b (Sam Roberts) \u003ca href=\"https://github.com/nodejs/node/pull/27376\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27376/hovercard\"\u003e#27376\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/b68132e01a\"\u003e\u003ccode\u003eb68132e01a\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003e(SEMVER-MINOR)\u003c/strong\u003e \u003cstrong\u003edeps\u003c/strong\u003e: configure OpenSSL's SSL_trace to be built (Sam Roberts) \u003ca href=\"https://github.com/nodejs/node/pull/27376\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27376/hovercard\"\u003e#27376\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/7c25dce7ba\"\u003e\u003ccode\u003e7c25dce7ba\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003edeps\u003c/strong\u003e: V8: cherry-pick 5d0cf6b (Joyee Cheung) \u003ca href=\"https://github.com/nodejs/node/pull/27423\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27423/hovercard\"\u003e#27423\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/2c3c0d7d3e\"\u003e\u003ccode\u003e2c3c0d7d3e\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003edoc\u003c/strong\u003e: add cclauss to collaborators (cclauss) \u003ca href=\"https://github.com/nodejs/node/pull/27554\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27554/hovercard\"\u003e#27554\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/b51dcf62b8\"\u003e\u003ccode\u003eb51dcf62b8\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003edoc\u003c/strong\u003e: add Electron 6 to abi_version_registry (Jeremy Apthorp) \u003ca href=\"https://github.com/nodejs/node/pull/27288\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27288/hovercard\"\u003e#27288\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/cb97de7a9b\"\u003e\u003ccode\u003ecb97de7a9b\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003edoc\u003c/strong\u003e: move James back onto TSC (Michael Dawson) \u003ca href=\"https://github.com/nodejs/node/pull/27411\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27411/hovercard\"\u003e#27411\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/a9748bc124\"\u003e\u003ccode\u003ea9748bc124\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003edoc\u003c/strong\u003e: describe API ERR_INVALID_PROTOCOL context (Sam Roberts) \u003ca href=\"https://github.com/nodejs/node/pull/27393\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27393/hovercard\"\u003e#27393\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/a0353fdbe2\"\u003e\u003ccode\u003ea0353fdbe2\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003efs\u003c/strong\u003e: align fs.ReadStream buffer pool writes to 8-byte boundary (ptaylor) \u003ca href=\"https://github.com/nodejs/node/pull/24838\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/24838/hovercard\"\u003e#24838\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/7be1e0af44\"\u003e\u003ccode\u003e7be1e0af44\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003efs\u003c/strong\u003e: added tests for util file preprocessSymlinkDestination (Ruwan Geeganage) \u003ca href=\"https://github.com/nodejs/node/pull/27468\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27468/hovercard\"\u003e#27468\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/f882c9b09b\"\u003e\u003ccode\u003ef882c9b09b\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003e(SEMVER-MINOR)\u003c/strong\u003e \u003cstrong\u003ehttp\u003c/strong\u003e: \u003ccode\u003eservername === false\u003c/code\u003e should disable SNI (Fedor Indutny) \u003ca href=\"https://github.com/nodejs/node/pull/27316\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27316/hovercard\"\u003e#27316\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/de337bb37c\"\u003e\u003ccode\u003ede337bb37c\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003e(SEMVER-MINOR)\u003c/strong\u003e \u003cstrong\u003einspector\u003c/strong\u003e: implement --cpu-prof-interval (Joyee Cheung) \u003ca href=\"https://github.com/nodejs/node/pull/27535\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27535/hovercard\"\u003e#27535\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/9c842f4119\"\u003e\u003ccode\u003e9c842f4119\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003elib\u003c/strong\u003e: remove Reflect.apply where appropriate (Anatoli Papirovski) \u003ca href=\"https://github.com/nodejs/node/pull/27349\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27349/hovercard\"\u003e#27349\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/47d311b3f0\"\u003e\u003ccode\u003e47d311b3f0\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003elib\u003c/strong\u003e: remove outdated optimizations (Weijia Wang) \u003ca href=\"https://github.com/nodejs/node/pull/27380\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27380/hovercard\"\u003e#27380\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/c2a03d58c3\"\u003e\u003ccode\u003ec2a03d58c3\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003elib\u003c/strong\u003e: print to stdout/stderr directly instead of using console (Joyee Cheung) \u003ca href=\"https://github.com/nodejs/node/pull/27320\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27320/hovercard\"\u003e#27320\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/b68ecf3e17\"\u003e\u003ccode\u003eb68ecf3e17\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003emeta\u003c/strong\u003e: move andrasq to Collaborator Emeriti list (Rich Trott) \u003ca href=\"https://github.com/nodejs/node/pull/27546\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27546/hovercard\"\u003e#27546\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/fd17f37a83\"\u003e\u003ccode\u003efd17f37a83\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003emeta\u003c/strong\u003e: move stefanmb to Collaborator Emeriti list (Rich Trott) \u003ca href=\"https://github.com/nodejs/node/pull/27502\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27502/hovercard\"\u003e#27502\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/8495e8bceb\"\u003e\u003ccode\u003e8495e8bceb\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003emeta\u003c/strong\u003e: move Forrest Norvell to Collaborator Emeriti list (Rich Trott) \u003ca href=\"https://github.com/nodejs/node/pull/27437\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27437/hovercard\"\u003e#27437\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/7d1c90b614\"\u003e\u003ccode\u003e7d1c90b614\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003emeta\u003c/strong\u003e: move \u003ca class=\"user-mention\" data-hovercard-type=\"user\" data-hovercard-url=\"/hovercards?user_id=10393198\" data-octo-click=\"hovercard-link-click\" data-octo-dimensions=\"link_type:self\" href=\"https://github.com/vsemozhetbyt\"\u003e@vsemozhetbyt\u003c/a\u003e to collaborator emeriti (Vse Mozhet Byt) \u003ca href=\"https://github.com/nodejs/node/pull/27412\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27412/hovercard\"\u003e#27412\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/014a9fd46f\"\u003e\u003ccode\u003e014a9fd46f\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003emodule\u003c/strong\u003e: throw on require('./path.mjs'); (Myles Borins) \u003ca href=\"https://github.com/nodejs/node/pull/27417\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27417/hovercard\"\u003e#27417\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/5bcd7700ca\"\u003e\u003ccode\u003e5bcd7700ca\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003e(SEMVER-MINOR)\u003c/strong\u003e \u003cstrong\u003emodule\u003c/strong\u003e: add createRequire method (Myles Borins) \u003ca href=\"https://github.com/nodejs/node/pull/27405\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27405/hovercard\"\u003e#27405\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/be9a1ec1d1\"\u003e\u003ccode\u003ebe9a1ec1d1\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003emodule\u003c/strong\u003e: allow passing a directory to createRequireFromPath (Gilles De Mey) \u003ca href=\"https://github.com/nodejs/node/pull/23818\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/23818/hovercard\"\u003e#23818\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/e5fdc30bd1\"\u003e\u003ccode\u003ee5fdc30bd1\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003en-api\u003c/strong\u003e: make napi_get_property_names return strings (Anna Henningsen) \u003ca href=\"https://github.com/nodejs/node/pull/27524\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27524/hovercard\"\u003e#27524\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/826fb66729\"\u003e\u003ccode\u003e826fb66729\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003eprocess\u003c/strong\u003e: compatibility patch to backport \u003ca class=\"commit-link\" data-hovercard-type=\"commit\" data-hovercard-url=\"https://github.com/nodejs/node/commit/1d022e825356dfba9bef2d6f194b9e93d63b726d/hovercard\" href=\"https://github.com/nodejs/node/commit/1d022e825356dfba9bef2d6f194b9e93d63b726d\"\u003e\u003ctt\u003e1d022e8\u003c/tt\u003e\u003c/a\u003e (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27483\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27483/hovercard\"\u003e#27483\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/91b7f5e103\"\u003e\u003ccode\u003e91b7f5e103\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003eprocess\u003c/strong\u003e: improve cwd performance (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27224\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27224/hovercard\"\u003e#27224\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/05cea679a3\"\u003e\u003ccode\u003e05cea679a3\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003erepl\u003c/strong\u003e: handle stage-3 language features properly (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27400\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27400/hovercard\"\u003e#27400\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/01d632d7e8\"\u003e\u003ccode\u003e01d632d7e8\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003erepl\u003c/strong\u003e: add new language features to top level await statements (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27400\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27400/hovercard\"\u003e#27400\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/149412ca02\"\u003e\u003ccode\u003e149412ca02\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003erepl\u003c/strong\u003e: add autocomplete for filesystem modules (Anto Aravinth) \u003ca href=\"https://github.com/nodejs/node/pull/26648\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/26648/hovercard\"\u003e#26648\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/a55457c713\"\u003e\u003ccode\u003ea55457c713\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003ereport\u003c/strong\u003e: use const reference in node_report.cc (gengjiawen) \u003ca href=\"https://github.com/nodejs/node/pull/27479\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27479/hovercard\"\u003e#27479\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/8724229155\"\u003e\u003ccode\u003e8724229155\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003esrc\u003c/strong\u003e: make deleted function public in node_native_module.h (gengjiawen) \u003ca href=\"https://github.com/nodejs/node/pull/27509\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27509/hovercard\"\u003e#27509\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/1489d12735\"\u003e\u003ccode\u003e1489d12735\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003esrc\u003c/strong\u003e: make deleted function public in node_main_instance.h (gengjiawen) \u003ca href=\"https://github.com/nodejs/node/pull/27509\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27509/hovercard\"\u003e#27509\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/294d2ea71d\"\u003e\u003ccode\u003e294d2ea71d\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003e(SEMVER-MINOR)\u003c/strong\u003e \u003cstrong\u003esrc\u003c/strong\u003e: refactor V8ProfilerConnection::DispatchMessage() (Joyee Cheung) \u003ca href=\"https://github.com/nodejs/node/pull/27535\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27535/hovercard\"\u003e#27535\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/a758f9bdf5\"\u003e\u003ccode\u003ea758f9bdf5\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003esrc\u003c/strong\u003e: remove node_options-inl.h from header files (Sam Roberts) \u003ca href=\"https://github.com/nodejs/node/pull/27538\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27538/hovercard\"\u003e#27538\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/bb373d0def\"\u003e\u003ccode\u003ebb373d0def\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003esrc\u003c/strong\u003e: remove unnecessary semicolons after macros (Yang Guo) \u003ca href=\"https://github.com/nodejs/node/pull/27529\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27529/hovercard\"\u003e#27529\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/0c9bc02b96\"\u003e\u003ccode\u003e0c9bc02b96\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003esrc\u003c/strong\u003e: refactor V8ProfilerConnection to be more reusable (Joyee Cheung) \u003ca href=\"https://github.com/nodejs/node/pull/27475\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27475/hovercard\"\u003e#27475\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/c787bb85cd\"\u003e\u003ccode\u003ec787bb85cd\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003esrc\u003c/strong\u003e: refactor profile initialization (Joyee Cheung) \u003ca href=\"https://github.com/nodejs/node/pull/27475\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27475/hovercard\"\u003e#27475\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/600048b1b7\"\u003e\u003ccode\u003e600048b1b7\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003esrc\u003c/strong\u003e: move Environment::context out of strong properties (Joyee Cheung) \u003ca href=\"https://github.com/nodejs/node/pull/27430\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27430/hovercard\"\u003e#27430\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/33702913b1\"\u003e\u003ccode\u003e33702913b1\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003esrc\u003c/strong\u003e: prefer v8::Global over node::Persistent (Anna Henningsen) \u003ca href=\"https://github.com/nodejs/node/pull/27287\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27287/hovercard\"\u003e#27287\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/9d6d45e7d2\"\u003e\u003ccode\u003e9d6d45e7d2\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003estream\u003c/strong\u003e: remove TODO and add a description instead (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27086\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27086/hovercard\"\u003e#27086\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/bb1eaeec75\"\u003e\u003ccode\u003ebb1eaeec75\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: mark test-tls-enable-trace-cli flaky (cjihrig) \u003ca href=\"https://github.com/nodejs/node/pull/27559\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27559/hovercard\"\u003e#27559\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/d648ecc488\"\u003e\u003ccode\u003ed648ecc488\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: improve test-async-hooks-http-parser-destroy (Rich Trott) \u003ca href=\"https://github.com/nodejs/node/pull/27319\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27319/hovercard\"\u003e#27319\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/ca720b3a55\"\u003e\u003ccode\u003eca720b3a55\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: converting NghttpError to string in HTTP2 module (Ruwan Geeganage) \u003ca href=\"https://github.com/nodejs/node/pull/27506\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27506/hovercard\"\u003e#27506\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/99e4a576eb\"\u003e\u003ccode\u003e99e4a576eb\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall to openssl-client-cert-engine (Boxuan Li) \u003ca href=\"https://github.com/nodejs/node/pull/27474\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27474/hovercard\"\u003e#27474\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/e1d88aa880\"\u003e\u003ccode\u003ee1d88aa880\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: document NODE_COMMON_PORT env var (cjihrig) \u003ca href=\"https://github.com/nodejs/node/pull/27507\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27507/hovercard\"\u003e#27507\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/66cf706521\"\u003e\u003ccode\u003e66cf706521\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: allow EAI_FAIL in test-http-dns-error.js (cjihrig) \u003ca href=\"https://github.com/nodejs/node/pull/27500\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27500/hovercard\"\u003e#27500\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/df4246e3b6\"\u003e\u003ccode\u003edf4246e3b6\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: refactor and deflake test-tls-sni-server-client (Luigi Pinca) \u003ca href=\"https://github.com/nodejs/node/pull/27426\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27426/hovercard\"\u003e#27426\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/a278814818\"\u003e\u003ccode\u003ea278814818\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: make sure weak references are not GCed too early (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27482\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27482/hovercard\"\u003e#27482\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/aa281d284a\"\u003e\u003ccode\u003eaa281d284a\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: better output for test-report-uv-handles.js (gengjiawen) \u003ca href=\"https://github.com/nodejs/node/pull/27479\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27479/hovercard\"\u003e#27479\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/86c27c6005\"\u003e\u003ccode\u003e86c27c6005\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustcall in test-net-bytes-read.js (imhype) \u003ca href=\"https://github.com/nodejs/node/pull/27471\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27471/hovercard\"\u003e#27471\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/33fead3f5e\"\u003e\u003ccode\u003e33fead3f5e\u003c/code\u003e\u003c/a\u003e] - \u003cem\u003e\u003cstrong\u003eRevert\u003c/strong\u003e\u003c/em\u003e \"\u003cstrong\u003etest\u003c/strong\u003e: skip test-cpu-prof in debug builds with code cache\" (Anna Henningsen) \u003ca href=\"https://github.com/nodejs/node/pull/27469\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27469/hovercard\"\u003e#27469\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/a9a85d6271\"\u003e\u003ccode\u003ea9a85d6271\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: check \u003ccode\u003enapi\\_get\\_reference\\_value()\u003c/code\u003e during finalization (Anna Henningsen) \u003ca href=\"https://github.com/nodejs/node/pull/27470\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27470/hovercard\"\u003e#27470\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/16af9435a0\"\u003e\u003ccode\u003e16af9435a0\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: remove flaky designation for test-tls-sni-option (Luigi Pinca) \u003ca href=\"https://github.com/nodejs/node/pull/27425\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27425/hovercard\"\u003e#27425\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/1b94d025bc\"\u003e\u003ccode\u003e1b94d025bc\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add missing line breaks to keep-alive header of slow headers test (Shuhei Kagawa) \u003ca href=\"https://github.com/nodejs/node/pull/27442\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27442/hovercard\"\u003e#27442\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/fefbbd90af\"\u003e\u003ccode\u003efefbbd90af\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add tests for new language features (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27400\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27400/hovercard\"\u003e#27400\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/3711684ccf\"\u003e\u003ccode\u003e3711684ccf\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall for parallel/test-net-connect-paused-connection (sujunfei) \u003ca href=\"https://github.com/nodejs/node/pull/27463\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27463/hovercard\"\u003e#27463\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/0e4f8788eb\"\u003e\u003ccode\u003e0e4f8788eb\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCallAtLeast to test-fs-read-stream-resume.js (heben) \u003ca href=\"https://github.com/nodejs/node/pull/27456\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27456/hovercard\"\u003e#27456\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/e89b6fee3a\"\u003e\u003ccode\u003ee89b6fee3a\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: adding mustCall in test-fs-readfile-empty.js (\u0026#38472;\u0026#20581;) \u003ca href=\"https://github.com/nodejs/node/pull/27455\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27455/hovercard\"\u003e#27455\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/457549b67d\"\u003e\u003ccode\u003e457549b67d\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add common.mustCall in test-http-abort-client.js (OneNail) \u003ca href=\"https://github.com/nodejs/node/pull/27449\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27449/hovercard\"\u003e#27449\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/f4124d5ba5\"\u003e\u003ccode\u003ef4124d5ba5\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall to http-abort-queued test (Yaphet Ye) \u003ca href=\"https://github.com/nodejs/node/pull/27447\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27447/hovercard\"\u003e#27447\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/e21f035666\"\u003e\u003ccode\u003ee21f035666\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall in test-fs-readfilesync-pipe-large.js (sinoon) \u003ca href=\"https://github.com/nodejs/node/pull/27458\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27458/hovercard\"\u003e#27458\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/1dd0205f10\"\u003e\u003ccode\u003e1dd0205f10\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall to test-dgram-connect-send-multi-buffer-copy.js (XGHeaven) \u003ca href=\"https://github.com/nodejs/node/pull/27465\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27465/hovercard\"\u003e#27465\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/0dfe5bebb2\"\u003e\u003ccode\u003e0dfe5bebb2\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add test of policy about parse error (Daiki Ihara) \u003ca href=\"https://github.com/nodejs/node/pull/26873\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/26873/hovercard\"\u003e#26873\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/eeab007b25\"\u003e\u003ccode\u003eeeab007b25\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall to test-net-after-close test (xuqinggang) \u003ca href=\"https://github.com/nodejs/node/pull/27459\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27459/hovercard\"\u003e#27459\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/c1b04652f5\"\u003e\u003ccode\u003ec1b04652f5\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add \"mustCall\" to test-fs-readfile-unlink (wuchenkai) \u003ca href=\"https://github.com/nodejs/node/pull/27453\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27453/hovercard\"\u003e#27453\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/b6c65c1351\"\u003e\u003ccode\u003eb6c65c1351\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add missing ToC entries (cjihrig) \u003ca href=\"https://github.com/nodejs/node/pull/27434\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27434/hovercard\"\u003e#27434\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/66bff5071f\"\u003e\u003ccode\u003e66bff5071f\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: document report helper module (cjihrig) \u003ca href=\"https://github.com/nodejs/node/pull/27434\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27434/hovercard\"\u003e#27434\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/2c335928cd\"\u003e\u003ccode\u003e2c335928cd\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: document NODE_SKIP_FLAG_CHECK (cjihrig) \u003ca href=\"https://github.com/nodejs/node/pull/27434\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27434/hovercard\"\u003e#27434\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/115d06cdbb\"\u003e\u003ccode\u003e115d06cdbb\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: document NODE_TEST_KNOWN_GLOBALS (cjihrig) \u003ca href=\"https://github.com/nodejs/node/pull/27434\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27434/hovercard\"\u003e#27434\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/51fc672da9\"\u003e\u003ccode\u003e51fc672da9\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCallAtLeast to test-fs-read-stream-inherit (nilianzhu) \u003ca href=\"https://github.com/nodejs/node/pull/27457\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27457/hovercard\"\u003e#27457\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/4b9d109518\"\u003e\u003ccode\u003e4b9d109518\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall to test-dgram-implicit-bind.js (Chenxi Yuan) \u003ca href=\"https://github.com/nodejs/node/pull/27452\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27452/hovercard\"\u003e#27452\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/c4d67f2af5\"\u003e\u003ccode\u003ec4d67f2af5\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add common.mustCall test-dgram-listen-after-bind (zhoujiamin) \u003ca href=\"https://github.com/nodejs/node/pull/27454\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27454/hovercard\"\u003e#27454\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/23fb430e03\"\u003e\u003ccode\u003e23fb430e03\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall to test-dgram-connect-send-callback-buffer (shenchen) \u003ca href=\"https://github.com/nodejs/node/pull/27466\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27466/hovercard\"\u003e#27466\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/a37ca245ff\"\u003e\u003ccode\u003ea37ca245ff\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCallAtLeast to test-fs-read-stream-fd test (hardfist) \u003ca href=\"https://github.com/nodejs/node/pull/27461\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27461/hovercard\"\u003e#27461\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/cf84f20453\"\u003e\u003ccode\u003ecf84f20453\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: skip fs-copyfile-respect-permission if root (Daniel Bevenius) \u003ca href=\"https://github.com/nodejs/node/pull/27378\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27378/hovercard\"\u003e#27378\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/7d80999454\"\u003e\u003ccode\u003e7d80999454\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall to net-can-reset-timeout (xinyulee) \u003ca href=\"https://github.com/nodejs/node/pull/27462\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27462/hovercard\"\u003e#27462\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/9fa5ba8b3c\"\u003e\u003ccode\u003e9fa5ba8b3c\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall to test-fs-readfile-pipe-large (luoyu) \u003ca href=\"https://github.com/nodejs/node/pull/27460\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27460/hovercard\"\u003e#27460\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/e8d5b6226a\"\u003e\u003ccode\u003ee8d5b6226a\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add \"mustCall\" for test-net-buffersize (lixin.atom) \u003ca href=\"https://github.com/nodejs/node/pull/27451\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27451/hovercard\"\u003e#27451\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/d784ecb1ad\"\u003e\u003ccode\u003ed784ecb1ad\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall to test-net-eaddrinuse test (tongshouyu) \u003ca href=\"https://github.com/nodejs/node/pull/27448\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27448/hovercard\"\u003e#27448\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/6fd1384a43\"\u003e\u003ccode\u003e6fd1384a43\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustcall in test-dgram-connect-send-callback-buffer-length (jyjunyz) \u003ca href=\"https://github.com/nodejs/node/pull/27464\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27464/hovercard\"\u003e#27464\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/7a35077197\"\u003e\u003ccode\u003e7a35077197\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall to test-fs-readfile-pipe (tonyhty) \u003ca href=\"https://github.com/nodejs/node/pull/27450\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27450/hovercard\"\u003e#27450\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/af29ae0344\"\u003e\u003ccode\u003eaf29ae0344\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etest\u003c/strong\u003e: add mustCall to net-connect-buffer test (Rongjian Zhang) \u003ca href=\"https://github.com/nodejs/node/pull/27446\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27446/hovercard\"\u003e#27446\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/bdabf699eb\"\u003e\u003ccode\u003ebdabf699eb\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003e(SEMVER-MINOR)\u003c/strong\u003e \u003cstrong\u003etls\u003c/strong\u003e: add --tls-min-v1.2 CLI switch (Sam Roberts) \u003ca href=\"https://github.com/nodejs/node/pull/27520\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27520/hovercard\"\u003e#27520\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/7bbf951095\"\u003e\u003ccode\u003e7bbf951095\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etls\u003c/strong\u003e: disallow conflicting TLS protocol options (Sam Roberts) \u003ca href=\"https://github.com/nodejs/node/pull/27521\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27521/hovercard\"\u003e#27521\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/84a2768c25\"\u003e\u003ccode\u003e84a2768c25\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003e(SEMVER-MINOR)\u003c/strong\u003e \u003cstrong\u003etls\u003c/strong\u003e: support enableTrace in TLSSocket() (cjihrig) \u003ca href=\"https://github.com/nodejs/node/pull/27497\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27497/hovercard\"\u003e#27497\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/576fe339a1\"\u003e\u003ccode\u003e576fe339a1\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003e(SEMVER-MINOR)\u003c/strong\u003e \u003cstrong\u003etls\u003c/strong\u003e: simplify enableTrace logic (cjihrig) \u003ca href=\"https://github.com/nodejs/node/pull/27497\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27497/hovercard\"\u003e#27497\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/30a72e8c7b\"\u003e\u003ccode\u003e30a72e8c7b\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003e(SEMVER-MINOR)\u003c/strong\u003e \u003cstrong\u003etls\u003c/strong\u003e: allow enabling the TLS debug trace (Sam Roberts) \u003ca href=\"https://github.com/nodejs/node/pull/27376\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27376/hovercard\"\u003e#27376\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/f1efe6dae0\"\u003e\u003ccode\u003ef1efe6dae0\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003e(SEMVER-MINOR)\u003c/strong\u003e \u003cstrong\u003etls,cli\u003c/strong\u003e: add --trace-tls command-line flag (cjihrig) \u003ca href=\"https://github.com/nodejs/node/pull/27497\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27497/hovercard\"\u003e#27497\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/3d37414002\"\u003e\u003ccode\u003e3d37414002\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etools\u003c/strong\u003e: fix node-core/required-modules eslint rule (Ben Noordhuis) \u003ca href=\"https://github.com/nodejs/node/pull/27545\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27545/hovercard\"\u003e#27545\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/29e2793a87\"\u003e\u003ccode\u003e29e2793a87\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etools\u003c/strong\u003e: add Release and Debug symlinks to .gitignore (Gerhard Stoebich) \u003ca href=\"https://github.com/nodejs/node/pull/27484\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27484/hovercard\"\u003e#27484\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/76af4f0d05\"\u003e\u003ccode\u003e76af4f0d05\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003etools\u003c/strong\u003e: prohibit \u003ccode\u003eassert.doesNotReject()\u003c/code\u003e in Node.js core (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27402\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27402/hovercard\"\u003e#27402\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/95498df1cf\"\u003e\u003ccode\u003e95498df1cf\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003eutil\u003c/strong\u003e: inspect constructor closer (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27522\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27522/hovercard\"\u003e#27522\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/7b5bd93ced\"\u003e\u003ccode\u003e7b5bd93ced\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003eutil\u003c/strong\u003e: compatibility patch to backport \u003ca class=\"commit-link\" data-hovercard-type=\"commit\" data-hovercard-url=\"https://github.com/nodejs/node/commit/d0667e814e8be53d329a9c7f4849996c192395c9/hovercard\" href=\"https://github.com/nodejs/node/commit/d0667e814e8be53d329a9c7f4849996c192395c9\"\u003e\u003ctt\u003ed0667e8\u003c/tt\u003e\u003c/a\u003e (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27570\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27570/hovercard\"\u003e#27570\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/52d4f1febf\"\u003e\u003ccode\u003e52d4f1febf\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003eutil\u003c/strong\u003e: improve function inspection (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27227\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27227/hovercard\"\u003e#27227\u003c/a\u003e\n\u003c/li\u003e\n\u003cli\u003e[\u003ca href=\"https://github.com/nodejs/node/commit/caab7d4664\"\u003e\u003ccode\u003ecaab7d4664\u003c/code\u003e\u003c/a\u003e] - \u003cstrong\u003eutil\u003c/strong\u003e: better number formatters (Ruben Bridgewater) \u003ca href=\"https://github.com/nodejs/node/pull/27499\" data-hovercard-type=\"pull_request\" data-hovercard-url=\"/nodejs/node/pull/27499/hovercard\"\u003e#27499\u003c/a\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n","author":{"url":"https://github.com/beevelop","@type":"Person","name":"beevelop"},"datePublished":"2019-05-08T03:38:14.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/313/docker-android-nodejs/issues/313"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:e54cd7ce-908f-d251-e6a2-319a539deb93
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE2E0:3B7C3D:9B3A08:9ED7A0:6A4DB2F0
html-safe-noncea759e6e93d092354b78e166b356ed9babdbea43123b9aad53350bb170f7688d0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMkUwOjNCN0MzRDo5QjNBMDg6OUVEN0EwOjZBNERCMkYwIiwidmlzaXRvcl9pZCI6IjQ3NTU0MjkxOTk2OTQzNzc3MTIiLCJyZWdpb25fZWRnZSI6InNlYSIsInJlZ2lvbl9yZW5kZXIiOiJzZWEifQ==
visitor-hmaca46c96aa4feb81fcefba2d88987960565a289411b4e00350e7f531297fa32155
hovercard-subject-tagissue:441536351
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/beevelop/docker-android-nodejs/313/issue_layout
twitter:imagehttps://opengraph.githubassets.com/cb43160fb0ec1cbdcc009f5b092f0b1c811217f54ed183bf44b157cbbc4574b5/beevelop/docker-android-nodejs/issues/313
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/cb43160fb0ec1cbdcc009f5b092f0b1c811217f54ed183bf44b157cbbc4574b5/beevelop/docker-android-nodejs/issues/313
og:image:altNotable changes deps: Updated llhttp to 1.1.3. This fixes a bug that made Node.js' HTTP parser refuse any request URL that contained the "|" (vertical bar) character (Fedor Indutny) #27595. tls: Ad...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamebeevelop
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
turbo-cache-controlno-preview
go-importgithub.com/beevelop/docker-android-nodejs git https://github.com/beevelop/docker-android-nodejs.git
octolytics-dimension-user_id6891349
octolytics-dimension-user_loginbeevelop
octolytics-dimension-repository_id40642325
octolytics-dimension-repository_nwobeevelop/docker-android-nodejs
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id40642325
octolytics-dimension-repository_network_root_nwobeevelop/docker-android-nodejs
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release32f7b614aca06e6bbd89842b1370df1328264f68
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/beevelop/docker-android-nodejs/issues/313#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fbeevelop%2Fdocker-android-nodejs%2Fissues%2F313
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fbeevelop%2Fdocker-android-nodejs%2Fissues%2F313
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=beevelop%2Fdocker-android-nodejs
Reloadhttps://github.com/beevelop/docker-android-nodejs/issues/313
Reloadhttps://github.com/beevelop/docker-android-nodejs/issues/313
Reloadhttps://github.com/beevelop/docker-android-nodejs/issues/313
beevelop https://github.com/beevelop
docker-android-nodejshttps://github.com/beevelop/docker-android-nodejs
Notifications https://github.com/login?return_to=%2Fbeevelop%2Fdocker-android-nodejs
Fork 20 https://github.com/login?return_to=%2Fbeevelop%2Fdocker-android-nodejs
Star 28 https://github.com/login?return_to=%2Fbeevelop%2Fdocker-android-nodejs
Code https://github.com/beevelop/docker-android-nodejs
Issues 0 https://github.com/beevelop/docker-android-nodejs/issues
Pull requests 0 https://github.com/beevelop/docker-android-nodejs/pulls
Discussions https://github.com/beevelop/docker-android-nodejs/discussions
Actions https://github.com/beevelop/docker-android-nodejs/actions
Projects https://github.com/beevelop/docker-android-nodejs/projects
Security and quality 0 https://github.com/beevelop/docker-android-nodejs/security
Insights https://github.com/beevelop/docker-android-nodejs/pulse
Code https://github.com/beevelop/docker-android-nodejs
Issues https://github.com/beevelop/docker-android-nodejs/issues
Pull requests https://github.com/beevelop/docker-android-nodejs/pulls
Discussions https://github.com/beevelop/docker-android-nodejs/discussions
Actions https://github.com/beevelop/docker-android-nodejs/actions
Projects https://github.com/beevelop/docker-android-nodejs/projects
Security and quality https://github.com/beevelop/docker-android-nodejs/security
Insights https://github.com/beevelop/docker-android-nodejs/pulse
2019-05-07 Version 12.2.0 (Current) @targoshttps://github.com/beevelop/docker-android-nodejs/issues/313#top
https://github.com/beevelop
beevelophttps://github.com/beevelop
on May 8, 2019https://github.com/beevelop/docker-android-nodejs/issues/313#issue-441536351
#27595https://github.com/nodejs/node/pull/27595
#27497https://github.com/nodejs/node/pull/27497
#27376https://github.com/nodejs/node/pull/27376
#27497https://github.com/nodejs/node/pull/27497
#27535https://github.com/nodejs/node/pull/27535
#27405https://github.com/nodejs/node/pull/27405
#27417https://github.com/nodejs/node/pull/27417
#27400https://github.com/nodejs/node/pull/27400
#26648https://github.com/nodejs/node/pull/26648
Christian Clausshttps://github.com/cclauss
#27554https://github.com/nodejs/node/pull/27554
c0ab2a141bhttps://github.com/nodejs/node/commit/c0ab2a141b
#27400https://github.com/nodejs/node/pull/27400
4b3d0d1953https://github.com/nodejs/node/commit/4b3d0d1953
#27477https://github.com/nodejs/node/pull/27477
cfc7bdd303https://github.com/nodejs/node/commit/cfc7bdd303
#27320https://github.com/nodejs/node/pull/27320
53eefeb73ehttps://github.com/nodejs/node/commit/53eefeb73e
#27445https://github.com/nodejs/node/pull/27445
cac584d260https://github.com/nodejs/node/commit/cac584d260
#27228https://github.com/nodejs/node/pull/27228
22a5a05785https://github.com/nodejs/node/commit/22a5a05785
#27504https://github.com/nodejs/node/pull/27504
67205f5941https://github.com/nodejs/node/commit/67205f5941
#27381https://github.com/nodejs/node/pull/27381
615d386390https://github.com/nodejs/node/commit/615d386390
#27373https://github.com/nodejs/node/pull/27373
8e876e60aahttps://github.com/nodejs/node/commit/8e876e60aa
#27352https://github.com/nodejs/node/pull/27352
55804e1726https://github.com/nodejs/node/commit/55804e1726
#27513https://github.com/nodejs/node/pull/27513
f142363cfahttps://github.com/nodejs/node/commit/f142363cfa
#27595https://github.com/nodejs/node/pull/27595
5f72246499https://github.com/nodejs/node/commit/5f72246499
#27400https://github.com/nodejs/node/pull/27400
230a773e32https://github.com/nodejs/node/commit/230a773e32
#27376https://github.com/nodejs/node/pull/27376
b68132e01ahttps://github.com/nodejs/node/commit/b68132e01a
#27376https://github.com/nodejs/node/pull/27376
7c25dce7bahttps://github.com/nodejs/node/commit/7c25dce7ba
#27423https://github.com/nodejs/node/pull/27423
2c3c0d7d3ehttps://github.com/nodejs/node/commit/2c3c0d7d3e
#27554https://github.com/nodejs/node/pull/27554
b51dcf62b8https://github.com/nodejs/node/commit/b51dcf62b8
#27288https://github.com/nodejs/node/pull/27288
cb97de7a9bhttps://github.com/nodejs/node/commit/cb97de7a9b
#27411https://github.com/nodejs/node/pull/27411
a9748bc124https://github.com/nodejs/node/commit/a9748bc124
#27393https://github.com/nodejs/node/pull/27393
a0353fdbe2https://github.com/nodejs/node/commit/a0353fdbe2
#24838https://github.com/nodejs/node/pull/24838
7be1e0af44https://github.com/nodejs/node/commit/7be1e0af44
#27468https://github.com/nodejs/node/pull/27468
f882c9b09bhttps://github.com/nodejs/node/commit/f882c9b09b
#27316https://github.com/nodejs/node/pull/27316
de337bb37chttps://github.com/nodejs/node/commit/de337bb37c
#27535https://github.com/nodejs/node/pull/27535
9c842f4119https://github.com/nodejs/node/commit/9c842f4119
#27349https://github.com/nodejs/node/pull/27349
47d311b3f0https://github.com/nodejs/node/commit/47d311b3f0
#27380https://github.com/nodejs/node/pull/27380
c2a03d58c3https://github.com/nodejs/node/commit/c2a03d58c3
#27320https://github.com/nodejs/node/pull/27320
b68ecf3e17https://github.com/nodejs/node/commit/b68ecf3e17
#27546https://github.com/nodejs/node/pull/27546
fd17f37a83https://github.com/nodejs/node/commit/fd17f37a83
#27502https://github.com/nodejs/node/pull/27502
8495e8bcebhttps://github.com/nodejs/node/commit/8495e8bceb
#27437https://github.com/nodejs/node/pull/27437
7d1c90b614https://github.com/nodejs/node/commit/7d1c90b614
@vsemozhetbythttps://github.com/vsemozhetbyt
#27412https://github.com/nodejs/node/pull/27412
014a9fd46fhttps://github.com/nodejs/node/commit/014a9fd46f
#27417https://github.com/nodejs/node/pull/27417
5bcd7700cahttps://github.com/nodejs/node/commit/5bcd7700ca
#27405https://github.com/nodejs/node/pull/27405
be9a1ec1d1https://github.com/nodejs/node/commit/be9a1ec1d1
#23818https://github.com/nodejs/node/pull/23818
e5fdc30bd1https://github.com/nodejs/node/commit/e5fdc30bd1
#27524https://github.com/nodejs/node/pull/27524
826fb66729https://github.com/nodejs/node/commit/826fb66729
1d022e8https://github.com/nodejs/node/commit/1d022e825356dfba9bef2d6f194b9e93d63b726d
#27483https://github.com/nodejs/node/pull/27483
91b7f5e103https://github.com/nodejs/node/commit/91b7f5e103
#27224https://github.com/nodejs/node/pull/27224
05cea679a3https://github.com/nodejs/node/commit/05cea679a3
#27400https://github.com/nodejs/node/pull/27400
01d632d7e8https://github.com/nodejs/node/commit/01d632d7e8
#27400https://github.com/nodejs/node/pull/27400
149412ca02https://github.com/nodejs/node/commit/149412ca02
#26648https://github.com/nodejs/node/pull/26648
a55457c713https://github.com/nodejs/node/commit/a55457c713
#27479https://github.com/nodejs/node/pull/27479
8724229155https://github.com/nodejs/node/commit/8724229155
#27509https://github.com/nodejs/node/pull/27509
1489d12735https://github.com/nodejs/node/commit/1489d12735
#27509https://github.com/nodejs/node/pull/27509
294d2ea71dhttps://github.com/nodejs/node/commit/294d2ea71d
#27535https://github.com/nodejs/node/pull/27535
a758f9bdf5https://github.com/nodejs/node/commit/a758f9bdf5
#27538https://github.com/nodejs/node/pull/27538
bb373d0defhttps://github.com/nodejs/node/commit/bb373d0def
#27529https://github.com/nodejs/node/pull/27529
0c9bc02b96https://github.com/nodejs/node/commit/0c9bc02b96
#27475https://github.com/nodejs/node/pull/27475
c787bb85cdhttps://github.com/nodejs/node/commit/c787bb85cd
#27475https://github.com/nodejs/node/pull/27475
600048b1b7https://github.com/nodejs/node/commit/600048b1b7
#27430https://github.com/nodejs/node/pull/27430
33702913b1https://github.com/nodejs/node/commit/33702913b1
#27287https://github.com/nodejs/node/pull/27287
9d6d45e7d2https://github.com/nodejs/node/commit/9d6d45e7d2
#27086https://github.com/nodejs/node/pull/27086
bb1eaeec75https://github.com/nodejs/node/commit/bb1eaeec75
#27559https://github.com/nodejs/node/pull/27559
d648ecc488https://github.com/nodejs/node/commit/d648ecc488
#27319https://github.com/nodejs/node/pull/27319
ca720b3a55https://github.com/nodejs/node/commit/ca720b3a55
#27506https://github.com/nodejs/node/pull/27506
99e4a576ebhttps://github.com/nodejs/node/commit/99e4a576eb
#27474https://github.com/nodejs/node/pull/27474
e1d88aa880https://github.com/nodejs/node/commit/e1d88aa880
#27507https://github.com/nodejs/node/pull/27507
66cf706521https://github.com/nodejs/node/commit/66cf706521
#27500https://github.com/nodejs/node/pull/27500
df4246e3b6https://github.com/nodejs/node/commit/df4246e3b6
#27426https://github.com/nodejs/node/pull/27426
a278814818https://github.com/nodejs/node/commit/a278814818
#27482https://github.com/nodejs/node/pull/27482
aa281d284ahttps://github.com/nodejs/node/commit/aa281d284a
#27479https://github.com/nodejs/node/pull/27479
86c27c6005https://github.com/nodejs/node/commit/86c27c6005
#27471https://github.com/nodejs/node/pull/27471
33fead3f5ehttps://github.com/nodejs/node/commit/33fead3f5e
#27469https://github.com/nodejs/node/pull/27469
a9a85d6271https://github.com/nodejs/node/commit/a9a85d6271
#27470https://github.com/nodejs/node/pull/27470
16af9435a0https://github.com/nodejs/node/commit/16af9435a0
#27425https://github.com/nodejs/node/pull/27425
1b94d025bchttps://github.com/nodejs/node/commit/1b94d025bc
#27442https://github.com/nodejs/node/pull/27442
fefbbd90afhttps://github.com/nodejs/node/commit/fefbbd90af
#27400https://github.com/nodejs/node/pull/27400
3711684ccfhttps://github.com/nodejs/node/commit/3711684ccf
#27463https://github.com/nodejs/node/pull/27463
0e4f8788ebhttps://github.com/nodejs/node/commit/0e4f8788eb
#27456https://github.com/nodejs/node/pull/27456
e89b6fee3ahttps://github.com/nodejs/node/commit/e89b6fee3a
#27455https://github.com/nodejs/node/pull/27455
457549b67dhttps://github.com/nodejs/node/commit/457549b67d
#27449https://github.com/nodejs/node/pull/27449
f4124d5ba5https://github.com/nodejs/node/commit/f4124d5ba5
#27447https://github.com/nodejs/node/pull/27447
e21f035666https://github.com/nodejs/node/commit/e21f035666
#27458https://github.com/nodejs/node/pull/27458
1dd0205f10https://github.com/nodejs/node/commit/1dd0205f10
#27465https://github.com/nodejs/node/pull/27465
0dfe5bebb2https://github.com/nodejs/node/commit/0dfe5bebb2
#26873https://github.com/nodejs/node/pull/26873
eeab007b25https://github.com/nodejs/node/commit/eeab007b25
#27459https://github.com/nodejs/node/pull/27459
c1b04652f5https://github.com/nodejs/node/commit/c1b04652f5
#27453https://github.com/nodejs/node/pull/27453
b6c65c1351https://github.com/nodejs/node/commit/b6c65c1351
#27434https://github.com/nodejs/node/pull/27434
66bff5071fhttps://github.com/nodejs/node/commit/66bff5071f
#27434https://github.com/nodejs/node/pull/27434
2c335928cdhttps://github.com/nodejs/node/commit/2c335928cd
#27434https://github.com/nodejs/node/pull/27434
115d06cdbbhttps://github.com/nodejs/node/commit/115d06cdbb
#27434https://github.com/nodejs/node/pull/27434
51fc672da9https://github.com/nodejs/node/commit/51fc672da9
#27457https://github.com/nodejs/node/pull/27457
4b9d109518https://github.com/nodejs/node/commit/4b9d109518
#27452https://github.com/nodejs/node/pull/27452
c4d67f2af5https://github.com/nodejs/node/commit/c4d67f2af5
#27454https://github.com/nodejs/node/pull/27454
23fb430e03https://github.com/nodejs/node/commit/23fb430e03
#27466https://github.com/nodejs/node/pull/27466
a37ca245ffhttps://github.com/nodejs/node/commit/a37ca245ff
#27461https://github.com/nodejs/node/pull/27461
cf84f20453https://github.com/nodejs/node/commit/cf84f20453
#27378https://github.com/nodejs/node/pull/27378
7d80999454https://github.com/nodejs/node/commit/7d80999454
#27462https://github.com/nodejs/node/pull/27462
9fa5ba8b3chttps://github.com/nodejs/node/commit/9fa5ba8b3c
#27460https://github.com/nodejs/node/pull/27460
e8d5b6226ahttps://github.com/nodejs/node/commit/e8d5b6226a
#27451https://github.com/nodejs/node/pull/27451
d784ecb1adhttps://github.com/nodejs/node/commit/d784ecb1ad
#27448https://github.com/nodejs/node/pull/27448
6fd1384a43https://github.com/nodejs/node/commit/6fd1384a43
#27464https://github.com/nodejs/node/pull/27464
7a35077197https://github.com/nodejs/node/commit/7a35077197
#27450https://github.com/nodejs/node/pull/27450
af29ae0344https://github.com/nodejs/node/commit/af29ae0344
#27446https://github.com/nodejs/node/pull/27446
bdabf699ebhttps://github.com/nodejs/node/commit/bdabf699eb
#27520https://github.com/nodejs/node/pull/27520
7bbf951095https://github.com/nodejs/node/commit/7bbf951095
#27521https://github.com/nodejs/node/pull/27521
84a2768c25https://github.com/nodejs/node/commit/84a2768c25
#27497https://github.com/nodejs/node/pull/27497
576fe339a1https://github.com/nodejs/node/commit/576fe339a1
#27497https://github.com/nodejs/node/pull/27497
30a72e8c7bhttps://github.com/nodejs/node/commit/30a72e8c7b
#27376https://github.com/nodejs/node/pull/27376
f1efe6dae0https://github.com/nodejs/node/commit/f1efe6dae0
#27497https://github.com/nodejs/node/pull/27497
3d37414002https://github.com/nodejs/node/commit/3d37414002
#27545https://github.com/nodejs/node/pull/27545
29e2793a87https://github.com/nodejs/node/commit/29e2793a87
#27484https://github.com/nodejs/node/pull/27484
76af4f0d05https://github.com/nodejs/node/commit/76af4f0d05
#27402https://github.com/nodejs/node/pull/27402
95498df1cfhttps://github.com/nodejs/node/commit/95498df1cf
#27522https://github.com/nodejs/node/pull/27522
7b5bd93cedhttps://github.com/nodejs/node/commit/7b5bd93ced
d0667e8https://github.com/nodejs/node/commit/d0667e814e8be53d329a9c7f4849996c192395c9
#27570https://github.com/nodejs/node/pull/27570
52d4f1febfhttps://github.com/nodejs/node/commit/52d4f1febf
#27227https://github.com/nodejs/node/pull/27227
caab7d4664https://github.com/nodejs/node/commit/caab7d4664
#27499https://github.com/nodejs/node/pull/27499
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.