-
Hello. I'm trying to make an HTTP request to third party server within lwan handler code, which (I believe) should leverage event-based architecture putting the coroutine waiting for response to sleep…
-
Hello,
at master branch, after commit https://github.com/lpereira/lwan/commit/279ea1857de7e9d30f910fecf2820e93779d0118 clean build failed with message
```
CMake Error at src/lib/CMakeLists.txt:56 (…
-
Hi, thanks for your great work first.
I tried to run `lwan` under `lwan/build/src/bin/lwan` and used given `lwan.conf` and `wwwroot/` in the top level folder.
After launch `lwan`, I open browser w…
-
Hi, I do some primitive tests on `lwan` and I found low CPU utilization and low throughput when requesting 50 KiB static files.
I using [wrk](https://github.com/wg/wrk) to benchmark `lwan`. Following…
-
Hello,
I am using lwan to program a webserver, everything look good except when I try send a POST request to server with file large then 64kb, I get HTTP Status 413 ` Request too large.`
Is tha…
-
With deno 0.2.0 I can get the Http server from denoland/net working enough to benchmark it.
This means we can finally show and track accurate numbers comparing apples to apples in that req/sec benc…
ghost updated
2 years ago
-
Hi all, I am referring the link to build and deploy the krakend and other necessary components(modules)
https://www.krakend.io/blog/krakend-on-kubernetes/
It has built the krakend and fake-api
…
-
my express,js code
```
res.header('Access-Control-Allow-Origin', '*');
res.header('Access-Control-Allow-Headers', 'Origin, X-Requested-With, Content-Type, Accept');
res.header('Access-Control-Allo…
-
The memory block created at Line 125 is leaked in the method `parse_listener_prefix`.
https://github.com/lpereira/lwan/blob/2f34d6ff3fa4cbb4a78e274e09cdf029ebb7c77d/src/lib/lwan.c#L125-L139
https://…
-
I'm trying to configure my endpoint as no-op while keeping the jwt validation. From the official document it says
> On the other hand, the router pipe’s features (from client to KrakenD) remain un…