Skip to content
Snippets Groups Projects
Verified Commit 38e37d9f authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

daemon: support AF_UNIX sockets in the http module

There's no support for the "dns" and "tls" kinds (for now).

Tested briefly:
> modules = { 'http' }
> net.listen('/tmp/kresd-socket', nil, { kind = 'webmgmt' })
$ socat TCP-LISTEN:5555,reuseaddr,fork UNIX-CLIENT:/tmp/kresd-socket
$ xdg-open http://127.0.0.1:5555
parent 81d78f8f
Branches
Tags
1 merge request!811daemon: support AF_UNIX sockets in the http module
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment