lua-http
lua-http copied to clipboard
HTTP Library for Lua. Supports HTTP(S) 1.0, 1.1 and 2.0; client and server.
Sometines,the **get_next_chunk()** function and the **get_body_chars()** function in lua-http stream does not return full body of the request. Currently, when I make a request with a content length of 1.1MB,...
This updates to the Mozilla page (https://wiki.mozilla.org/Security/Server_Side_TLS) v5.7 Closes #216
I tested default settings of lua-http server with testssl command. The worst problems: > Testing protocols via sockets except NPN+ALPN > > SSLv2 not offered (OK) > SSLv3 not offered...
how i can use this in haproxy ?
The following code will loop infinitely when you make a request to the server. `onstream` and `onerror` are called endlessly, the requesting client hangs. There doesn't appear to be a...
Hi, I had added ppc64le support on Travis-ci and Its been success added and build. Kindly review and merge same. Changes done are added ppc64le arch and exclude luajit @,...
Currently the the certificate is checked against host/ip, even if sendname is set. That means, that the Client asks for a Certificate for domain A but then checks it against...
This might not be a lua-http issue; but only lua-http shows this behavior on sites using the Fastly CDN. The following works, outputting "200", as expected: > local req =...
if you connect to a lua-http server and send it unix newlines (which I'm aware is invalid), it will throw with a somewhat cryptic error, rather than returning an error...
Sending a malformed request to any http.server will cause it to indefinitely call the onstream function. How to replicate: 1. run any http.server e.g. `examples/server_hello.lua` 2. create the request: `echo...