-
It looks like there are 16 HTTP Status codes handled at the moment. There are more than 30 official status codes. Admittedly, many of them do not make sense for lwan to handle at the moment (e.g., `10…
-
Hi all!
I'm looking for embeddable web-server for project Tarantool(github.com/tarantool/tarantool)
And - guys - I've found this project! :)
But before go any further I wanna know
- There can I find …
dedok updated
8 years ago
-
Hi,
Lua 5.1 installed, but gives this warning.
-- Disabling Lua support
How do I fix it
-
The following frameworks are not passing Travis in one or both of Round 13 (Master) and our Round 14 target branch. There could be a number of reasons. The goal is to get all frameworks included in th…
-
I wanted to use lwan to create a small footprint REST API for a PLC. Unfortunately I came across a few obstacles when trying to cross-compile lwan using GCC 4.8 for the target system (ARMv7/Cortex-A8 …
-
I cannot find document for coro_\* api in lwan_coro.h and lwan_coro.c
-
When I run the `make` command from readme.md tutorial, I get this message:
```
/Users/kazzkiq/lwan/common/lwan.c:660:25: warning: implicit declaration of
function 'accept4' is invalid in C99 [-…
-
[ 1%] Creating directories for 'mimegen'
[ 3%] No download step for 'mimegen'
[ 5%] No patch step for 'mimegen'
[ 7%] No update step for 'mimegen'
[ 9%] Performing configure step for 'mimegen'
--…
-
`lwan` has a `--config` option (or, at least, the `--help` output suggests there is one):
``` console
$ lwan --help
Usage: lwan [--root /path/to/root/dir] [--listener addr:port]
[--config]
Se…
-
Hello,
I got the issue when using with shared library of lwan:
/usr/local/include/lwan/missing.h:50:13: error: conflicting types for ‘pthread_barrierattr_t’
typedef int pthread_barrierattr_t;
…