-
Hi,
This is on 64-bit Arch Linux with gcc 5.3.0.
```
$ git clone git@github.com:lpereira/lwan.git
Cloning into 'lwan'...
remote: Counting objects: 6077, done.
remote: Compressing objects: 100% (3/3)…
-
Hi,
I'd like to send post params via the application/json content type. But it seems like lwan only handles urlencoded post data: https://github.com/lpereira/lwan/blob/master/common/lwan-request.c#L4…
-
Here are the cmake returns :
alain@Gramps-JujuLand:/opt/TuxPrograms/trunks/lwan/build$ cmake .. -DCMAKE_BUILD_TYPE=Release
-- No clock_gettime() in libc. Linking with -lrt.
-- jemalloc and tcmalloc w…
-
Do you have plan to support HTTPS protocol?
Thank you very much!
-
Could you please consider adding lwan (https://github.com/lpereira/lwan) as a backend? lwan has some good performance optimization e.g. cpu branch prediction, json encoder/decoder, and hence faster th…
-
Did you try to run lwan with valgrind? Here are some of the errors I get:
`
==23875== Thread 4:
==23875== Conditional jump or move depends on uninitialised value(s)
==23875== at 0x4C2B540: rindex …
-
You should let the user free the user provided data in lwan_url_map_t and not try to free it with hash_free here:
https://github.com/lpereira/lwan/blob/af26c13b65d8e11c439d98f911dc7e22dc87d320/common/…
-
with so large error messge that I don't event to post it here...
[log.txt](https://github.com/matt-42/silicon/files/188706/log.txt)
-
Copy lwan to anthor directory and run it with `-r`, then type `Ctrl+C` and lwan will crash everytime, both in Debug and Release build type.
Sorry for my bad English, here is what I have done with log …
-
RevenJ is getting very high results for Queries and Update because it is making bulk requests, rather than making each request individually, as the TFB docs specify ([see number 6](http://frameworkben…