ZesleCP

Results 2 issues of ZesleCP

[Unit] Description=Golang HTTP Server After=network-online.target remote-fs.target nss-lookup.target Wants=network-online.target [Service] Type=forking PIDFile=/home/sample.pid ExecStart=/home/daemon/go-test ExecReload=/home/daemon/go-test -s reload ExecStop=/home/daemon/go-test -s stop KillMode=none PrivateTmp=false Restart=on-failure RestartSec=5 CPUAccounting=false TasksAccounting=false MemoryAccounting=false [Install] WantedBy=multi-user.target Alias=gotest.service

Hi, I have following code and was expecting line by line printing to screens instead of print all output ``` local shell = require "resty.shell" local stdin = "hello" local...