1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Bartek Iwańczuk fb1c7b7dea
fix(unstable): finish HTTP response for 205 and 304 responses (#15584)
This commit fixes "Deno.serve()" API by making sure that
205 and 304 responses end with "\r\n\r\n".
2022-08-24 21:26:57 +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(unstable): finish HTTP response for 205 and 304 responses (#15584) 2022-08-24 21:26:57 +02:00
http feat(ext/flash): split upgradeHttp into two APIs (#15557) 2022-08-24 17:40:57 +05:30
net docs: add permission tags to JSDocs (#15541) 2022-08-23 10:57:01 +10:00
node feat(unstable): add more permission checks for ext/node/ (#15581) 2022-08-24 18:07:49 +02: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