low-http-server
low-http-server copied to clipboard
HTTP Server implementation in top of uWebSocket.js
Hi When using this lib combined with `restana` and `fast-proxy`, I get the following warnings: ``` (node:2393512) UnhandledPromiseRejectionWarning: [object Object] (node:2393512) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by...
This `PR` updates : + `uWebSockets` to **v20.14.0** + bump version to `v4.2` + switch CI from ubuntu **16.04** -> **20.04** For details, see https://github.com/uNetworking/uWebSockets.js/releases/tag/v20.14.0 ⚠️ It drop node 14.x...
recently in fastify v3.28 and v4, they use `res.write` to send payload before calling `res.end` and it causes problem that your request in browser can't receive data and the status...
Fixes hangs that may occur with multipart/form-data file uploads. Influenced by https://github.com/jkyberneees/low-http-server/pull/13#issue-654476894 .
would be nice for low-http-server to have type declarations (In a `index.d.ts` file) for better editor support
Hi @jkyberneees @schamberg97 , This version does not suport the last node TS version https://github.com/jkyberneees/low-http-server/blob/5f07246c2f9b6ee48404042ac65d615af1233b3c/package.json#L38 ``` Error: This version of uWS.js supports only Node.js 14, 16 and 18 on (glibc)...
## Issue Description ### Current Behavior The `statusCode` is not correctly set when the request is piped. The `writeHead` method sets the `statusCode` internally, but when the request is piped,...
Hey, I've been trying to utilise low-http-server with 0http and I keep getting the same issues The runetime is a `node:16-alpine` docker container utilising `libc6-compat` for uWebSocket.js The error thrown...
Is [low-http-server](https://github.com/jkyberneees/low-http-server) compatible with [Express 5.0.0-beta.3](https://www.npmjs.com/package/express/v/5.0.0-beta.3) ?