Vladimir Dronnikov
Vladimir Dronnikov
This would be very useful feature, imo.
I would simply ```sh [[ -r "$DNSMASQCONF" ]] && ( cat "$DNSMASQCONF" >> $CONFDIR/dnsmasq.conf ) ``` before `dnsmasq` invocation. This is imo cleaner, easier and requires close to zero changes....
Am I right that I need to implement a proxy like https://github.com/tsujigiri/axiom/blob/master/src/axiom_session_ets.erl ? What is the policy of updating cowboy, as they seem to rewrite cookie handling stuff since 0.6.1,...
I see. I'll wait till it gets 0.8.
it also requires adding -fPIC to LDFLAGS -- i686, latest archlinux 64-bit
this works for me: LDFLAGS=-L./uv -luv -lm -ldl -lpthread
i beleive linking libuv into all ray modules bloats things
i see you use one parser for all requests, so i believe it may choke with input. see https://github.com/dvv/luv-1/blob/master/examples/http_hellosvr.lua
oops. confirmed, my old http code broke too. @richardhundt: at #21 -- server really blocks after 10-12 connections. wonder what can be the cause?