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 was wondering if it will be possible to support the co_await (and friends) syntax at some point in the future.

out of scope

Node can't create strings greater than about 1 GB, and Buffers max out at around 2GB. Because of this limitation I've broken up the message into small chunks. I can...

WebSockets

Hi! First of all, thank for this wonderful library. My problem is the opposite of uNetworking/uWebSockets.js#647 . I need to know the topics the ws was subscribed to when it...

bug
API-breaking
WebSockets

There also seems to be no warnings/errors if uWS is compiled without "WITH_OPENSSL=1" . It compiles and executes without using an ssl context even when the code tells it to....

API-breaking
SSL

* ~~Should accept 0-9/A-F/a-f~~ * ~~Should emit error on too large chunk sizes, or invalid hex~~ * ~~Should sever connection on error~~

Http

Should automatically be handled, exposing the uncompressed data in onData handler as needed.

Http

Should have built-in ways for iterating all values in a list header, including repeated headers: for (auto value : req->getHeaderList("some-header-with-list")) { } where delim is comma by default but can...

Http

Typo in AsyncFileStreamer.h

I tried to setup a server with .connect("/") endpoint, to support HTTPS proxy. I dont think it works at all though, and I'm not even sure that method in the...

out of scope
Http

As of Linux 5.19 I now see slight outperformance with io_uring for an actual networked ping/ping benchmark involving client and server TCP processes. It's less than 10% on my computers,...

v21