Meghan Denny
fa219a2f8e
js: update node:_http_agent ( #24275 )
...
pulled out of https://github.com/oven-sh/bun/pull/21809
+7 node tests
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-11-04 11:56:33 -08:00
Ciro Spaciari
3395774c8c
improve(node:http): uncork after flushing headers to ensure data is sent immediately ( #23413 )
...
### What does this PR do?
Calls `uncork()` after flushing response headers to ensure data is sent
as soon as possible, improving responsiveness.
This behavior still works correctly even without the explicit `uncork()`
call, due to the deferred uncork logic implemented here:
6e3359dd16/packages/bun-uws/src/Loop.h (L57-L64)
A test already covers this scenario in
`test/js/node/test/parallel/test-http-flush-response-headers.js`.
### How did you verify your code works?
CI
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-10-09 22:56:49 -07:00
Jarred Sumner
90e3d6c898
Fix flushHeaders streaming ( #20577 )
...
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <Jarred-Sumner@users.noreply.github.com >
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com >
2025-06-24 18:48:23 -07:00
Dylan Conway
45198e1e45
add ClientRequest.prototype.clearTimeout ( #19612 )
...
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2025-05-14 22:15:33 -07:00
Ciro Spaciari
0a0205be6e
compat(node:http) more ( #19527 )
...
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com >
Co-authored-by: 190n <ben@bun.sh >
2025-05-10 21:28:31 -07:00
Meghan Denny
4dc7076cad
node: fix test-http-client-agent-abort-close-event.js ( #19359 )
2025-04-29 13:01:53 -07:00
Ciro Spaciari
59b2a60790
compat(node:http) more passing ( #19236 )
...
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com >
Co-authored-by: 190n <ben@bun.sh >
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2025-04-24 19:26:55 -07:00
Alistair Smith
9f0ba15995
Fix test-{https,tls}-options-boolean-check ( #19225 )
2025-04-23 22:18:43 -07:00
Kai Tamkun
506afcbc7e
More node:http compatibility ( #19173 )
2025-04-23 16:44:32 -07:00
Kai Tamkun
78fd584c0d
Split up HTTP ( #19099 )
2025-04-21 16:08:34 -07:00