Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-27 | fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859) | Matt Mastracci | |
Fix internal "upgradeHttpRaw" API restoring capability to upgrade HTTP connection in polyfilles "node:http" API. | |||
2023-04-02 | feat(ext/http): add an op to perform raw HTTP upgrade (#18511) | Matt Mastracci | |
This commit adds new "op_http_upgrade_early", that allows to hijack existing "Deno.HttpConn" acquired from "Deno.serveHttp" API and performing a Websocket upgrade on this connection. This is not a public API and is meant to be used internally in the "ext/node" polyfills for "http" module. --------- Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com> |