Open cfal opened 1 year ago
I think I'm running into issues along these lines when using graphql-upload-minimal
The IncomingMessage api does need a lot of work, maybe when i have more free time i can tackle the bigger task of implementing the entire IncomingMessage
api and its sub apis, currently i don't have time for it. so depending on the urgency another contrbutor or maintainer needs to take care of it.
What version of Bun is running?
1.0
What platform is your computer?
Linux x86_64
What steps can reproduce the bug?
in a separate tab, POSt some data:
What is the expected behavior?
end
andclose
events should be emitted.What do you see instead?
No response
Additional information
IncomingMessage._read
doesn't seem to be implemented correctly https://github.com/oven-sh/bun/blob/07c8843/src/js/node/http.ts#L666