aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-usockets/src/bsd.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-30Fix bug causing "Connection Refused" errors (#6206)Gravatar Jarred Sumner 1-9/+42
* Loop through the return values of getaddrinfo * Remove incorrect assertion * Remove extra check * Remove extra check * Update bsd.c * More consistent --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-28Bring uSockets & uWebSockets forks into Bun's repository (#4372)Gravatar Jarred Sumner 1-0/+738
* 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>