1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext
Felipe Baltor 3cb260ed15
fix(Deno.serve): accessing .url on cloned request throws (#19869)
This PR fixes #19818. The problem was that the new InnerRequest class does not initialize the fields urlList and urlListProcessed that are used during a request clone. The solution aims to be straightforward by simply initializing the missing properties during the clone process. I also implemented a "cache" to the url getter of the new InnerRequest, avoiding the cost of calling op_http_get_request_method_and_url.
2023-07-30 09:13:28 -04:00
..
broadcast_channel 1.35.3 (#19947) 2023-07-26 10:18:02 -04:00
cache 1.35.3 (#19947) 2023-07-26 10:18:02 -04:00
console 1.35.3 (#19947) 2023-07-26 10:18:02 -04:00
crypto chore: remove unused dependencies (#19962) 2023-07-28 15:10:13 +05:30
fetch fix(Deno.serve): accessing .url on cloned request throws (#19869) 2023-07-30 09:13:28 -04:00
ffi 1.35.3 (#19947) 2023-07-26 10:18:02 -04:00
fs fix(ext/fs): fix MaybeArc when not sync_fs (#19950) 2023-07-26 15:33:42 +00:00
http fix(Deno.serve): accessing .url on cloned request throws (#19869) 2023-07-30 09:13:28 -04:00
io chore: remove unused dependencies (#19962) 2023-07-28 15:10:13 +05:30
kv 1.35.3 (#19947) 2023-07-26 10:18:02 -04:00
napi 1.35.3 (#19947) 2023-07-26 10:18:02 -04:00
net 1.35.3 (#19947) 2023-07-26 10:18:02 -04:00
node fix(npm): improve declaration resolution for filename with different extensions (#19966) 2023-07-28 11:24:22 -04:00
tls 1.35.3 (#19947) 2023-07-26 10:18:02 -04:00
url chore: remove unused dependencies (#19962) 2023-07-28 15:10:13 +05:30
web 1.35.3 (#19947) 2023-07-26 10:18:02 -04:00
webidl 1.35.3 (#19947) 2023-07-26 10:18:02 -04:00
websocket feat(ext/websocket): allow HTTP(S) protocol in URL (#19862) 2023-07-28 06:29:41 +00:00
webstorage 1.35.3 (#19947) 2023-07-26 10:18:02 -04:00