diff options
| author | osddeitf <37999210+osddeitf@users.noreply.github.com> | 2023-08-28 14:32:54 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-28 09:32:54 +0200 |
| commit | c2547ba039096d2f8e07a2fd89360956ac94014a (patch) | |
| tree | 0b08421954e4a618ce5d59f08f81f27dc112579e /cli/tests/node_compat/config.jsonc | |
| parent | d22a6663fa0349acb6a68c53fdcbfac0426555d2 (diff) | |
fix(node/http): correctly send `Content-length` header instead of `Transfer-Encoding: chunked` (#20127)
Fix #20063.
Diffstat (limited to 'cli/tests/node_compat/config.jsonc')
| -rw-r--r-- | cli/tests/node_compat/config.jsonc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/node_compat/config.jsonc b/cli/tests/node_compat/config.jsonc index 576ff7305..c355682d9 100644 --- a/cli/tests/node_compat/config.jsonc +++ b/cli/tests/node_compat/config.jsonc @@ -72,6 +72,7 @@ "test-fs-rmdir-recursive.js", "test-fs-write-file.js", "test-fs-write.js", + "test-http-content-length.js", "test-net-better-error-messages-path.js", "test-net-connect-buffer.js", "test-net-connect-buffer2.js", @@ -363,6 +364,7 @@ // TODO(lev): ClientRequest.socket is not polyfilled so this test keeps // failing //"test-http-client-set-timeout.js", + "test-http-content-length.js", "test-http-localaddress.js", // TODO(bartlomieju): temporarily disabled while we iterate on the HTTP client // "test-http-outgoing-buffer.js", |
