uWebSockets icon indicating copy to clipboard operation
uWebSockets copied to clipboard

Simple, secure & standards compliant web server for the most demanding of applications

Results 87 uWebSockets issues
Sort by recently updated
recently updated
newest added

I'm new to the Proxy protocol, but from what I can tell: * When using a TLS-passthrough for a load balancer (mine happens to be DigitalOcean), Proxy protocol is added...

proxy

My proxy (DigitalOcean loadbalancer) only supports [proxy v1](https://www.digitalocean.com/blog/load-balancers-now-support-proxy-protocol). Any concerns about supporting a PR for version 1? I haven't checked to see if it makes sense to just always have...

proxy

Avoid UB when formatMessage is called with src=nullptr and length=0

Fix typo in user manual.

**Description:** I am experiencing a segmentation fault when attempting to retrieve the SSL context of my SSL server using the following code: `SSL_CTX* sslContext = static_cast(_ssl_server->getNativeHandle());` **Observations:** 1. **Stack Trace**...

need more info
missing-address-sanitizer-output

If the first line of http request somehow misses to go in the same packet as `` [method] [path] [version]\r\n`` but instead gets something like ``[method]`` and `` [path] [version]\r\n...

bug
regression

added missing httpserver example to build.c this currently does not build but will work once #1712 is merged to master.

I spent 3 or 4 hours trying to connect to a server, also i tried to run it from the example. Same problem. (The client app needs some implementation ?)

Added a Chinese version of the README file to the project, which is now ready to be merged into the main branch. This addition aims to enhance accessibility and provide...