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