mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
* some fixes * WIP * wip wip * more debug * closer * sending a really big payload at once is still broken * now we need to avoid segfault happening inside onWritable after destroy * opsie * cleanup * more cleanup * more WIP, closer need to fix cork * fix cork actually not writing non-optional data * make onWritable return actually do something * actually clean the on writable handler * remove unreachable condition * we are not looping anymore * little revert * fix possible fault * inform backpressure on chunked encoding * just queue when tryEnd * remove unreachable code