index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit
/
http_test.ts
Age
Commit message (
Expand
)
Author
2023-05-24
chore(core): Ensure that net test ports aren't used elsewhere (#19243)
Matt Mastracci
2023-04-27
feat(lint): add `Deno.run` to `no-deprecated-deno-api` (#18869)
Bartek Iwańczuk
2023-03-15
fix(ext/http): abort request signal when response errors (#17822)
Timo Wilhelm
2023-02-22
fix(lint): revert no-deprecated-api for Deno.run (#17880)
David Sherret
2023-02-12
perf(http): remove allocations checking upgrade and connection header values ...
David Sherret
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-01-15
chore: update std submodule and its imports (#17408)
Asher Gomez
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
fix(ext/http): close stream on resp body error (#17126)
Luca Casonato
2022-12-13
fix: default to `"inherit"` for `Deno.Command#spawn()`'s `stdout` & `stderr` ...
Leo Kettmeir
2022-12-02
chore: rewrite tests and utils to use Deno.Command API (#16895)
Bartek Iwańczuk
2022-11-04
fix(ext/http): flush chunk when streaming resource (#16536)
Luca Casonato
2022-10-24
perf(ext/streams): fast path when consuming body of tee'd stream (#16329)
Marcos Casagrande
2022-10-24
fix(ext/net): don't remove sockets on unix listen (#16394)
Luca Casonato
2022-10-18
fix(ext/net): return an error from `startTls` and `serveHttp` if the original...
Yusuke Tanaka
2022-10-17
chore: upgrade internal deno_std to 0.160 (#16333)
David Sherret
2022-10-04
perf(ext/fetch): consume body using ops (#16038)
Marcos Casagrande
2022-09-20
feat(cli): update to TypeScript 4.8 (#15064)
Kitson Kelly
2022-09-06
perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)
Divy Srivastava
2022-07-18
BREAKING(unstable): Improve Deno.spawn() stdio API (#14919)
Nayeem Rahman
2022-07-12
fix(ext/http): reading headers with ongoing body reader (#15161)
Divy Srivastava
2022-05-18
refactor: use spawn API across codebase (#14414)
Leo Kettmeir
2022-05-17
fix(ext/http): skip auto-compression if content-encoding present (#14641)
Aaron O'Mullan
2022-05-13
fix(ext/http): make serveHttp compress for Accept-Encoding: deflate, gzip (#1...
Andy Kurnia
2022-05-04
fix(ext/http): explicitly close resource after reading (#14471)
Divy Srivastava
2022-04-25
fix(ext/http): truncate read bytes when streaming bodies (#14389)
Divy Srivastava
2022-04-22
tests: unflake streaming compression tests (#14363)
Luca Casonato
2022-04-22
Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)
Divy Srivastava
2022-04-21
Reland "feat(ext/http): stream auto resp body compression" (#14345)
Divy Srivastava
2022-04-21
Revert various PRs related to "ext/http" (#14339)
Bartek Iwańczuk
2022-04-20
feat(ext/http): stream auto resp body compression (#14325)
Luca Casonato
2022-04-20
perf(http): optimize `ReadableStream`s backed by a resource (#14284)
Divy Srivastava
2022-03-22
refactor: remove loops in cli/tests/unit/http_test.ts (#14075)
Bartek Iwańczuk
2022-03-20
fix: actually don't inherit runtime permissions (#14024)
Luca Casonato
2022-03-19
feat(ext/net): Deno.upgradeHttp handles unix connections (#13987)
Bartek Iwańczuk
2022-03-16
feat(unstable): Add Deno.upgradeHttp API (#13618)
Bert Belder
2022-03-07
fix(ext/http): drop content-length header on compression (#13866)
Satya Rohith
2022-03-04
feat(ext/http): auto-compression of fixed response bodies (#13769)
Kitson Kelly
2022-02-16
feat(test): improved op sanitizer errors + traces (#13676)
Luca Casonato
2022-02-16
tests: deflake a bunch of net related tests (#13685)
Luca Casonato
2022-02-16
tests: unflake httpServerIncompleteMessage (#13682)
Luca Casonato
2022-02-16
feat(ext/http): add support for unix domain sockets (#13628)
ylxdzsw
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-02
chore: update std submodule to efa94f2 (#13260)
Bartek Iwańczuk
2021-12-08
fix(ext/timers): fix flakiness of `httpConnAutoCloseDelayedOnUpgrade` test (#...
Yoshiya Hinosawa
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek Iwańczuk
2021-11-17
test(ext/http): DELETE requests should always have body (#12798)
Bert Belder
2021-11-10
refactor(ext/http): rewrite hyper integration and fix bug (#12732)
Bert Belder
2021-11-10
fix: non ascii buffer response in http server (#12728)
Luca Casonato
2021-11-09
Revert "refactor(ext/http): rewrite hyper integration and fix bug (#12332)" (...
Luca Casonato
[next]