Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-07-11 | Avoid Object.getPrototypeOfjarred/fix-http-compression | 1 | -3/+13 | ||
2023-07-11 | use `Object.getPrototypeOf` | 1 | -3/+1 | ||
2023-07-11 | small fix, check if the method has been reassigned. | 1 | -2/+5 | ||
2023-07-10 | ignore check | 1 | -2/+2 | ||
2023-07-10 | Merge branch 'main' into fix-http | 1 | -36/+96 | ||
2023-07-10 | call `writeHead` before send headers | 1 | -1/+5 | ||
Close: #3585 | |||||
2023-07-10 | Fixes #3588 (#3590) | 1 | -36/+96 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-06-30 | fix: export `ClientRequest` and `OutgoingMessage` as part of the `node:http` ↵ | 1 | -0/+2 | ||
package (#3470) | |||||
2023-06-29 | Fixes `node:http` and `node:stream` so `ytdl-core` works. (#3452) | 1 | -0/+1810 | ||
* fix crash in readablestate * make node:https request+get actually use https * use a native readablestream in IncomingMessage * tweaks * fix abort crash * emit close by default * remove abort. this isnt a real function * add validate functions, fixup some other requested changes. not done yet * Update WebCoreJSBuiltins.cpp * Update JSReadableState.cpp * Add some missing exports --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> |