summaryrefslogtreecommitdiff
path: root/ext/http/slab.rs
AgeCommit message (Expand)Author
2023-11-13refactor(ext/http): refer to HttpRecord directly using v8::External (#20770)Laurence Rowe
2023-09-26refactor(ext/http): use scopeguard defer to handle async drop (#20652)Laurence Rowe
2023-09-13chore: bump deno_core and cargo update (#20480)Matt Mastracci
2023-09-12fix(ext/http): create a graceful shutdown API (#20387)Matt Mastracci
2023-08-28fix(ext/http): don't panic on stream responses in cancelled requests (#20316)Matt Mastracci
2023-08-21fix(ext/http): ensure request body resource lives as long as response is aliv...Matt Mastracci
2023-07-20refactor(ext/http): Use const thread-local initializer for slightly better pe...Matt Mastracci
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-05-18feat(ext/http): Add support for trailers w/internal API (HTTP/2 only) (#19182)Matt Mastracci
2023-05-16fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154)Matt Mastracci