lwan
lwan copied to clipboard
Experimental, scalable, high performance HTTP server
1. Currently target `testsuite` and `benchmark` rely on package `lua` and `python3`, I think it's better to give a warning message if any of the package is missing. 2. `benchmark.py`...
Hi, first of all thanks for clarifying my previous patch about WebSocket ping. I found and another not-too-fun "issue" with Lwan's web socket implementation, which isn't a real bug in...
hello, I encounter some issue for post file. I am setting `max_post_data_size = 40960000`, and try to POST data as `application/octet-stream`. While I post a small content ~ 20kb, it...
lwan-request.c:(.text+0xe79): undefined reference to `__builtin_expect_with_probability' lwan-request.c:(.text+0x12ad): undefined reference to `__builtin_expect_with_probability' lwan-request.c:(.text+0x1485): undefined reference to `__builtin_expect_with_probability' lwan-request.c:(.text+0x19b8): undefined reference to `__builtin_expect_with_probability' lwan-request.c:(.text+0x1b7a): undefined reference to `__builtin_expect_with_probability' ../../lib/liblwan.a(lwan-request.c.o):lwan-request.c:(.text+0x1d79): more undefined references to...
Commit e758902550d92c1c1ea6758ad2b22a8e73a6039e moved `lwan_straitjacket_enforce` and friends to `lwan-private.h`. It seems like there's no C API equivalent/alternative available to drop privileges or isolate lwan to operate only in the directories where...
Hi, I've added other small fix for compiling lwan on macOS and I moved that cpu topology related patchset here.
- https://kernel.dk/io_uring.pdf
`lwan` v0.4 is failing to start on macOS Cataline ( 10.15.7 ). ``` Loading configuration file: /opt/macports-test/etc/lwan/lwan.conf Using 16 threads, maximum 640 sockets per thread Listening on http://0.0.0.0:80 Could not...
Quote from top-level documentation: > Benchmark > `~/lwan/build$ make benchmark` > This will compile `testrunner` and execute benchmark script `src/scripts/benchmark.py`. However, after configuring cmake, I found no target named `benchmark`.