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
/
flash_test.ts
Age
Commit message (
Expand
)
Author
2023-04-03
refactor: "Deno.serve()" API uses "Deno.serveHttp()" internally (#18568)
Bartek Iwańczuk
2023-03-13
fix(core): `SafePromiseAll` to be unaffected by `Array#@@iterator` (#17542)
Kenta Moriuchi
2023-02-24
refactor(flash): move remoteAddr to options bag (#17913)
Leo Kettmeir
2023-02-15
feat(flash): add 2nd param to handler to get remote address (#17633)
Leo Kettmeir
2023-02-12
fix(ext/flash): Always send correct number of bytes when handling HEAD reques...
Kamil Ogórek
2023-01-15
chore: update std submodule and its imports (#17408)
Asher Gomez
2023-01-15
fix(ext/fetch) Fix request clone error in flash server (#16174)
Isaiah Gamble
2023-01-14
fix(ext/flash): Correctly handle errors for chunked responses (#17303)
Kamil Ogórek
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-02
chore: rewrite tests and utils to use Deno.Command API (#16895)
Bartek Iwańczuk
2022-11-27
Revert "fix(ext/flash): graceful server startup/shutdown with unsettl… (#16...
Bartek Iwańczuk
2022-11-24
fix(ext/flash): graceful server startup/shutdown with unsettled promises in m...
Yusuke Tanaka
2022-11-13
fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)
Yoshiya Hinosawa
2022-11-11
fix(ext/flash): graceful server startup/shutdown (#16383)
Divy Srivastava
2022-11-09
fix(ext/flash): revert #16284 and add test case (#16576)
Yoshiya Hinosawa
2022-10-29
fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...
Kenta Moriuchi
2022-10-17
chore: upgrade internal deno_std to 0.160 (#16333)
David Sherret
2022-10-05
fix(ext/flash): Avoid sending Content-Length when status code is 204 (#15901)
ayame113
2022-09-29
chore(ext/flash): Enabling disabled windows tests (#16081)
ayame113
2022-09-28
fix(ext/flash): reregister socket on partial read on Windows (#16076)
Divy Srivastava
2022-09-20
fix(flash): panic if response if undefined (#15964)
Bartek Iwańczuk
2022-09-15
chore(ext/flash): disable flaky flash test (#15908)
Divy Srivastava
2022-09-07
fix(ext/flash): use utf8 length as Content-Length (#15793)
Divy Srivastava
2022-09-01
fix(ext/flash): retry write failures (#15591)
Divy Srivastava
2022-08-26
fix(ext/flash): panic on AddrInUse (#15607)
Bartek Iwańczuk
2022-08-24
fix(unstable): finish HTTP response for 205 and 304 responses (#15584)
Bartek Iwańczuk
2022-08-24
fix(unstable): Deno.serve() can parse hostnames (#15579)
Bartek Iwańczuk
2022-08-24
feat(ext/flash): split upgradeHttp into two APIs (#15557)
Luca Casonato
2022-08-24
feat: update `Deno.serve` function signature (#15563)
Luca Casonato
2022-08-22
fix(ext/flash): fix default onListen callback (#15533)
Yoshiya Hinosawa
2022-08-21
fix(unstable): better error for invalid hostname in Deno.serve() (#15529)
Bartek Iwańczuk
2022-08-21
fix(ext/flash): fix listening port (#15519)
Yoshiya Hinosawa
2022-08-19
feat(unstable): change Deno.serve() API (#15498)
Bartek Iwańczuk
2022-08-19
fix(ext/flash): concurrent response streams (#15493)
Divy Srivastava
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava