-
First I'd like to thank you for this great project!
Unfortunately I am having some issues with the latest version `v20.36.0`.
`any('/*')` no longer handles all the routes as in previous versions…
-
Hi there,
We are running into an issue where we go over the max total request header size of 4K. Can you please either change it from 4K to 8K, or make it configurable?
https://github.com/uNetwo…
-
must be in a separate branch
https://github.com/uNetworking/uWebSockets/blob/c5d687540ab6d12b5f33685892a08eb112df6ab1/capi/libuwebsockets.cpp#L1143
-
Response cork occasionally causes a segmentation fault when used for asynchronous upgrade. The issue is reproducible at least with Alpine Linux (both when using `gcompat` for glibc compatilibity and a…
Ari-H updated
10 months ago
-
### What version of Bun is running?
0.2.2
### What platform is your computer?
Darwin 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 20:57:23 PDT 2022; root:xnu-8020.121.3~2/RELEASE_ARM64_T8110 arm…
-
Hello, I have such a system, SARA-R510M8S-01B + nRF5340 and I'm trying to negotiate PSM or E-DRX modes.
Let me explain what I get from the modem.
Almost all the required code to set uCellPwrSet3gp…
-
Trying to receive a request that has a content-length >= 1000000000 (1gb) instantly closes the connection and calls onAborted.
I've been looking for some limit / max magic number in the source of u…
-
I'm trying to implement Nostr relay server using ws28. When I connect the server implemented with ws28,
```
new WebSocket("ws://localhost:7447")
```
always throw exception without any messages.
mattn updated
9 months ago
-
```
~/zen-client(master) » npm i …
-
### What version of Bun is running?
0.6.13
### What platform is your computer?
Darwin 22.1.0 arm64 arm
### What steps can reproduce the bug?
1. create `index.ts` with content:
```ts
Bun.serve({…