summaryrefslogtreecommitdiff
path: root/cli/tests/unit/serve_test.ts
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-02-07chore(cli): Use @test_util for relative path for unit tests (#22327)Matt Mastracci
2024-01-26fix(ext/http): smarter handling of Accept-Encoding (#22130)Matt Mastracci
2024-01-23refactor: set removal version for `Deno.Server` (#22024)Asher Gomez
2024-01-22chore: use `FsFile[Symbol.dispose]()` (#22007)Asher Gomez
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
2023-11-22refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...Asher Gomez
2023-11-22Revert "chore: update to `std@0.207.0` (#21284)" (#21295)Bartek Iwańczuk
2023-11-22chore: update to `std@0.207.0` (#21284)Asher Gomez
2023-11-18fix(ext/http): fix crash in dropped Deno.serve requests (#21252)Matt Mastracci
2023-11-18chore: disable curl --http2 tests (#21247)Matt Mastracci
2023-11-17test(cli): http test reliability fixes (#21246)Matt Mastracci
2023-11-07fix(ext/http): Throwing Error if the return value of Deno.serve handler is no...Aravind
2023-11-01feat: disposable Deno resources (#20845)Luca Casonato
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-10-09fix(ext/http): Deno.Server should not be thenable (#20723)Luca Casonato
2023-10-04feat(unstable): add unix domain socket support to Deno.serve (#20759)Yoshiya Hinosawa
2023-09-26fix(cli/test): clear connection pool after tests (#20680)Luca Casonato
2023-09-26test: unflake serve_test/httpServerTcpCancellation (#20672)Luca Casonato
2023-09-25fix(ext/http): ensure that resources are closed when request is cancelled (#2...Matt Mastracci
2023-09-16perf: improve async op santizer speed and accuracy (#20501)Luca Casonato
2023-09-15chore(ext/http): fix a rejection test (#20514)Matt Mastracci
2023-09-15fix(ext/http): ensure aborted bodies throw (#20503)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-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-21fix(ext/http): ensure request body resource lives as long as response is aliv...Matt Mastracci
2023-08-17feat(ext/web): resourceForReadableStream (#20180)Matt Mastracci
2023-08-01fix(test): request cloning should throw if body stream is locked (#19990)Felipe Baltor
2023-07-30fix(Deno.serve): accessing .url on cloned request throws (#19869)Felipe Baltor
2023-07-04feat: Stabilize Deno.serve() API (#19141)Bartek Iwańczuk
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-24fix(cli): Don't use hardcoded port 4501 in serve test (#19599)Matt Mastracci
2023-06-13fix(ext/http): replace await Deno.serve with await Deno.serve().finished (#19...Matt Mastracci
2023-06-08chore: Use relative paths for assert imports to avoid test flakes (#19427)Matt Mastracci
2023-05-31refactor(ext/http): Expose internal serveHttpOnListener API for HTTP2 (#19331)Matt Mastracci
2023-05-24chore(core): Ensure that net test ports aren't used elsewhere (#19243)Matt Mastracci
2023-05-24feat(ext/http): Brotli Compression (#19216)Levente Kurusa
2023-05-22chore(cli): One Rust test per JS and Node unit test file (#19199)Matt Mastracci
2023-05-19feat(ext/http): ref/unref for server (#19197)Matt Mastracci
2023-05-18feat(ext/http): Add support for trailers w/internal API (HTTP/2 only) (#19182)Matt Mastracci
2023-05-19BREAKING(unstable): change return type of Deno.serve() API (#19189)Bartek Iwańczuk
2023-05-18chore: lint server_test.ts (#19175)Bartek Iwańczuk
2023-05-16fix(ext/http): Ensure cancelled requests don't crash Deno.serve (#19154)Matt Mastracci
2023-05-10feat(ext/http): Automatic compression for Deno.serve (#19031)Matt Mastracci
2023-05-08fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)Matt Mastracci
2023-04-27fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)Matt Mastracci
2023-04-26perf(ext/http): optimize for zero or one-packet response streams (#18834)Matt Mastracci