1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Luca Casonato 24f7f3fda9
fix(ext/fetch): ignore user content-length header (#15555)
Previously if a user specified a content-length header for an POST
request without a body, the request would contain two `content-length`
headers. One added by us, and one added by the user.

This commit ignores all content-length headers coming from the user,
because we need to have the sole authority on the content-length because
we transmit the body.
2022-08-23 12:43:04 +02:00
..
broadcast_channel docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
console docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
crypto docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
fetch fix(ext/fetch): ignore user content-length header (#15555) 2022-08-23 12:43:04 +02:00
ffi BREAKING(ext/ffi): specialized buffer type (#15518) 2022-08-23 09:16:43 +05:30
flash fix(ext/flash): fix default onListen callback (#15533) 2022-08-22 17:01:43 +09:00
http feat(ext/flash): An optimized http/1.1 server (#15405) 2022-08-18 17:35:02 +05:30
net docs: add permission tags to JSDocs (#15541) 2022-08-23 10:57:01 +10:00
node feat(unstable): initial support for npm specifiers (#15484) 2022-08-20 11:31:33 -04:00
tls chore: forward v1.24.3 release commit to main (#15462) 2022-08-11 16:47:03 -04:00
url docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00
web perf(runtime): optimize Deno.file open & stream (#15496) 2022-08-19 15:54:40 +05:30
webgpu chore: forward v1.24.3 release commit to main (#15462) 2022-08-11 16:47:03 -04:00
webidl chore: forward v1.24.3 release commit to main (#15462) 2022-08-11 16:47:03 -04:00
websocket docs: add permission tags to JSDocs (#15541) 2022-08-23 10:57:01 +10:00
webstorage docs: add category tag for built-in APIs (#15480) 2022-08-17 13:12:24 +10:00