-
Fully supporting CORS would require knowing `Origin` header. Besides, I think it would be really useful for writing custom handler if we can access custom headers information instead of just predefine…
-
Today netdata supports 2 kinds of web servers:
1. single threaded
2. multi threaded
## single threaded web server
- [ ] it is implemented using non-blocking I/O but there are a few points that are not…
-
I noticed one thing. The Lwan is used with SQLite, may be this is the reason for so poor single query and multiple query performance. Better to use it with MySQL or PostgreSQL.
-
-
At the moment (as mentioned in #6), we are serving exclusively over HTTP.
So, it looks like we now have a reasonable option:
- [x] https://github.com/lpereira/lwan/issues/243
- [x] implement a …
-
Looks like this [``CMakeLists.txt``](https://github.com/lpereira/lwan/blob/master/src/lib/CMakeLists.txt#L116-L132) file is missing ``list.h`` which results in the following when trying to use ``lwan.…
-
I have been noticing inconsistent segfaults happening on my lwan instance. I have run valgrind and gdb and the culprit seems to be ``lwan_prepare_response_header_full()``, and more particularly someth…
-
At the moment, we manually ``scp`` ``dist`` to our server, and then manually copy the needed files and kick over the server if necessary.
This whole process can be automated so that, with one ``mak…
-
At the moment, we do not load any assets (e.g., no CSS, no favicon, etc.).
In addition, we only serve the main page, no other files (e.g., my CV and Resume).
Bringing this up to function will re…
-
``301``, though often used, can be really problematic. Mainly, it escapes all caching requirements: user-agents are allowed to indefinitely store 301s (so that refresh-without-cache can still see them…