Matti Rantakömi
Matti Rantakömi
### Is your feature request related to a problem? Please describe. It would be nice to able to set Calico node ip address manually because it is a common practice...
Server suddenly stops responding. After restart it doesn't even print "* Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)". When I remove info.db and restart again, it works for some time...
Example taken from https://github.com/openresty/stream-lua-nginx-module#reqsockpeek ``` local sock = assert(ngx.req.socket()) local data = assert(sock:peek(1)) -- peek the first 1 byte that contains the length data = string.byte(data) data = assert(sock:peek(data +...