Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-30 | fix(node/http): add setKeepAlive to FakeSocket (#19659) | Leo Kettmeir | |
Closes #19535 | |||
2023-06-26 | chore: fix typos (#19572) | Martin Fischer | |
2023-06-14 | chore(ext/node): bring back changes to ClientRequest.onSocket (#19509) | Leo Kettmeir | |
Reverts denoland/deno#19426 | |||
2023-06-13 | fix(ext/node): handle 'upgrade' responses (#19412) | Bartek Iwańczuk | |
This commit adds support for "upgrade" events in "node:http" "ClientRequest". Currently only "Websocket" upgrades are handled. Thanks to this change package like "npm:puppeteer" and "npm:discord" should work. Closes https://github.com/denoland/deno/issues/18913 Closes https://github.com/denoland/deno/issues/17847 | |||
2023-06-13 | feat(node): HTTPS server (#19362) | Leo Kettmeir | |
2023-06-08 | chore(ext/node): revert changes to ClientRequest.onSocket (#19426) | Bartek Iwańczuk | |
Partially reverts https://github.com/denoland/deno/pull/19340 because it causes hangs in some situations. | |||
2023-06-06 | fix(node/http): use fake socket and proper url handling (#19340) | Leo Kettmeir | |
Fixes https://github.com/denoland/deno/issues/19349 --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-05-31 | refactor: further work on node http client (#19327) | Leo Kettmeir | |
Closes https://github.com/denoland/deno/issues/18300 | |||
2023-05-29 | fix: use proper ALPN protocols if HTTP client is HTTP/1.1 only (#19303) | Bartek Iwańczuk | |
Closes https://github.com/denoland/deno/issues/16923 --------- Co-authored-by: crowlkats <crowlkats@toaxl.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com> | |||
2023-05-29 | fix(node): http.IncomingMessageForClient.complete (#19302) | Bartek Iwańczuk | |
Closes https://github.com/denoland/deno/issues/19238 | |||
2023-05-23 | refactor: further work on node http client (#19211) | Leo Kettmeir | |
2023-05-22 | fix(node): add http.Server.unref() (#19201) | Bartek Iwańczuk | |
Closes https://github.com/denoland/deno/issues/19113 | |||
2023-05-17 | refactor(node): reimplement http client (#19122) | Leo Kettmeir | |
This commit reimplements most of "node:http" client APIs using "ext/fetch". There is some duplicated code and two removed Node compat tests that will be fixed in follow up PRs. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2023-04-18 | chore(ext/node): restore http_test from std (#18747) | Yoshiya Hinosawa | |
2023-04-18 | fix(ext/node): polyfill response._implicitHeader method (#18738) | Yoshiya Hinosawa | |