aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-uws/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-16Remove uWebSockets header from Bun.serve responsesGravatar Ashcon Partovi 1-6/+6
2023-10-09fix(AbortSignal/fetch) fix AbortSignal.timeout, fetch lock behavior and ↵Gravatar Ciro Spaciari 1-1/+1
fetch errors (#6390) * fix abort signal and fetch error * fix fetch error and lock behavior
2023-09-26fix server end of stream, fix fetch not streaming without content-length or ↵Gravatar Ciro Spaciari 1-0/+18
chunked encoding, fix case when stream do not return a promise on pull (#6086)
2023-09-15fix(corking) uncork if needed (#5525)Gravatar Ciro Spaciari 3-8/+10
* fix size limit * uncork if needed instead of terminating * undo unrelated changes
2023-08-28Bring uSockets & uWebSockets forks into Bun's repository (#4372)Gravatar Jarred Sumner 35-0/+8148
* Move uWebSockets and uSockets forks into Bun's repository * Update Makefile * Update settings.json * Update libuwsockets.cpp * Remove backends we won't be using * Update bindings.cpp --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>